mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Merge remote-tracking branch 'origin/trunk' into zig-str-concat
This commit is contained in:
commit
a9d4b38e44
4 changed files with 16 additions and 5 deletions
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
set -euxo pipefail
|
||||
|
||||
# Test every zig
|
||||
find src/*.zig -type f -exec zig test --library c {} \;
|
||||
find src/*.zig -type f -print0 | xargs -n 1 -0 zig test --library c
|
||||
|
||||
# fmt every zig
|
||||
find src/*.zig -type f -print0 | xargs -n 1 -0 zig fmt --check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue