Skip to content

Commit

Permalink
chore: update zig + sync with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Corendos committed Sep 4, 2023
1 parent 2da6607 commit b6827f9
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 69 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
- name: Install zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0-dev.2154+2089b3f19
version: 0.12.0-dev.256+8b74eae9c

- name: test
run: zig build test -fsummary
run: zig build test --summary all

- name: build all benchmarks and examples
run: zig build -Dexample -Dbench -fsummary
run: zig build -Dexample -Dbench --summary all
Loading

0 comments on commit b6827f9

Please sign in to comment.