We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e86159 commit c8d9358Copy full SHA for c8d9358
1 file changed
.github/workflows/test.yaml
@@ -5,7 +5,7 @@ on:
5
branches: [master, experimental]
6
7
jobs:
8
- test:
+ test-linux:
9
runs-on: ubuntu-latest
10
name: Build and Test Engine package on linux
11
steps:
@@ -15,7 +15,7 @@ jobs:
15
version: 0.15.2
16
- run: sudo apt install -y ffmpeg
17
- run: zig build test
18
+ test-macos:
19
runs-on: macos-latest
20
name: Build and Test Engine package on MacOS
21
0 commit comments