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 3dafc4b commit 146fdbfCopy full SHA for 146fdbf
.github/workflows/main.yml
@@ -0,0 +1,8 @@
1
+jobs:
2
+ test:
3
+ runs-on: ubuntu-latest
4
+ name: Build and Test
5
+ steps:
6
+ - uses: actions/checkout@v3
7
+ - uses: mlugg/setup-zig@v1
8
+ - run: zig build test
0 commit comments