Skip to content

Commit

Permalink
ci: enable -static tests on ELF
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Jul 10, 2023
1 parent 38d59fb commit fb48619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
version: master
- run: zig version
- run: zig fmt --check src
- run: zig build test --summary all
- run: zig build test --summary all -Dhas_static

0 comments on commit fb48619

Please sign in to comment.