mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
6 lines
84 B
Bash
Executable file
6 lines
84 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
# Test every zig
|
|
find src/*.zig -type f -exec zig test {} \;
|