Skip to content

Commit

Permalink
Merge pull request #21 from eggplants/fix-ci
Browse files Browse the repository at this point in the history
Fix test CI
  • Loading branch information
shtanton authored Aug 11, 2022
2 parents 0baf40d + b1fde96 commit 84cfa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.9.1
- run: zig fmt --check src/**/*.zig
- run: zig fmt --check src/*.zig
- run: zig build
- run: mv tests/test.sh . && ./test.sh

0 comments on commit 84cfa53

Please sign in to comment.