upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/module.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/nix/module.nix b/nix/module.nix
index 1cbeb27..53a4d77 100644
--- a/nix/module.nix
+++ b/nix/module.nix
@@ -18,10 +18,9 @@ let
18 nativeBuildInputs = with pkgs; [ pkg-config ]; 18 nativeBuildInputs = with pkgs; [ pkg-config ];
19 buildInputs = with pkgs; [ openssl ]; 19 buildInputs = with pkgs; [ openssl ];
20 20
21 # Skip all integration tests during Nix build (require git in PATH) 21 # Disable tests during Nix build (many require git in PATH for sandboxing)
22 # Integration tests run in dev environment and CI where git is available 22 # Tests run successfully in dev environment and CI where git is available
23 doCheck = true; 23 doCheck = false;
24 cargoTestFlags = [ "--lib" ]; # Only run unit tests, skip integration tests
25 }; 24 };
26 25
27 # Per-instance options 26 # Per-instance options