parallel tests

This commit is contained in:
DavHau 2020-08-26 15:32:06 +07:00
parent d658b4154f
commit 2935985fda
2 changed files with 9 additions and 3 deletions

8
tests/all-tests.nix Normal file
View file

@ -0,0 +1,8 @@
map (file: import file ) [
./test_circular_deps.nix
./test_dot_in_name.nix
./test_extra_pkgs.nix
./test_extras.nix
./test_lazy_usage.nix
./test_py38_cp38_wheel.nix
]

View file

@ -1,5 +1,3 @@
#!/usr/bin/env bash
for f in ./test_*.nix; do
nix-build $f --no-out-link || exit 1
done
nix-build all-test.nix