mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
link in libc when running zig tests
This commit is contained in:
parent
68c54b5327
commit
92544e5b07
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
# Test every zig
|
# Test every zig
|
||||||
find src/*.zig -type f -exec zig test {} \;
|
find src/*.zig -type f -exec zig test --library c {} \;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue