Skip to content

Commit 7ddee31

Browse files
Remove demo step from CI; add running tests to CI
1 parent 1629292 commit 7ddee31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
run: |
2323
zig build
2424
25-
- name: Compile and run demo
25+
- name: Compile and run tests
2626
run: |
27-
zig build install debug
27+
zig build test

0 commit comments

Comments
 (0)