Skip to content

Commit 3f76e57

Browse files
committed
CI: only run all tests on linux
1 parent 000546e commit 3f76e57

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
@@ -39,3 +39,8 @@ jobs:
3939

4040
- name: Run Tests
4141
run: zig build test
42+
if: matrix.os == 'ubuntu-latest'
43+
44+
- name: Run Tests
45+
run: zig build test-fmt test-unit test-macros test-translate
46+
if: matrix.os != 'ubuntu-latest'

0 commit comments

Comments
 (0)