mach-nix/tests/execute.sh

6 lines
138 B
Bash
Raw Normal View History

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