Skip to content

Commit

Permalink
fix: update test runner to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robbielyman authored and rockorager committed Jun 9, 2024
1 parent e2c19c3 commit b7946a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
version: 0.13.0
- run: zig build test
check-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
version: 0.13.0
- run: zig fmt --check .

0 comments on commit b7946a3

Please sign in to comment.