We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1629292 commit 7ddee31Copy full SHA for 7ddee31
.github/workflows/validate.yml
@@ -22,6 +22,6 @@ jobs:
22
run: |
23
zig build
24
25
- - name: Compile and run demo
+ - name: Compile and run tests
26
27
- zig build install debug
+ zig build test
0 commit comments