Skip to content

Commit 35ee78b

Browse files
committed
debug
1 parent 7fc14ae commit 35ee78b

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,18 @@ jobs:
3434
# run: zig build -Dtarget=arm-linux
3535
# if: matrix.os == 'ubuntu-latest'
3636

37-
- name: Build release
38-
run: zig build --release=safe
37+
# - name: Build release
38+
# run: zig build --release=safe
3939

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'
4347

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

0 commit comments

Comments
 (0)