We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d658b41 commit 2935985Copy full SHA for 2935985
tests/all-tests.nix
@@ -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,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
0 commit comments