mach-nix/tests/execute.sh
2021-06-09 13:11:17 +07:00

5 lines
138 B
Bash
Executable file

#!/usr/bin/env sh
WORKERS=${WORKERS:-10}
ls ./test_* | parallel -a - -j $WORKERS --halt now,fail=1 nix-build --no-out-link --show-trace