File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,18 @@ jobs:
34
34
# run: zig build -Dtarget=arm-linux
35
35
# if: matrix.os == 'ubuntu-latest'
36
36
37
- - name : Build release
38
- run : zig build --release=safe
37
+ # - name: Build release
38
+ # run: zig build --release=safe
39
39
40
- - name : Run Tests
41
- run : zig build test
42
- if : matrix.os == 'ubuntu-latest'
40
+ # - name: Run Tests
41
+ # 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'
43
47
44
- - name : Run Tests
45
- run : zig build test-fmt test-unit test-macros test-translate
46
- if : matrix.os != 'ubuntu-latest'
48
+ - name : Debug
49
+ run : |
50
+ touch a.c
51
+ zig build run -- a.c
You can’t perform that action at this time.
0 commit comments