Skip to content

Commit 2935985

Browse files
committed
parallel tests
1 parent d658b41 commit 2935985

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

tests/all-tests.nix

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
map (file: import file ) [
2+
./test_circular_deps.nix
3+
./test_dot_in_name.nix
4+
./test_extra_pkgs.nix
5+
./test_extras.nix
6+
./test_lazy_usage.nix
7+
./test_py38_cp38_wheel.nix
8+
]

tests/execute.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#!/usr/bin/env bash
22

3-
for f in ./test_*.nix; do
4-
nix-build $f --no-out-link || exit 1
5-
done
3+
nix-build all-test.nix

0 commit comments

Comments
 (0)