Skip to content

Commit 97b9404

Browse files
committed
CI: only run all tests on linux
1 parent 8554bb5 commit 97b9404

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,10 @@ jobs:
3636
- name: Build release
3737
run: zig build --release=safe
3838

39+
- name: Run Tests
40+
run: zig build test
41+
if: matrix.os == 'ubuntu-latest'
42+
3943
- name: Run Tests
4044
run: zig build test-fmt test-unit test-macros test-translate
45+
if: matrix.os != 'ubuntu-latest'

0 commit comments

Comments
 (0)