From 43a2eaa1b6e74574b2f7672340d0ac1aff03a0e2 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 12 Aug 2022 21:10:31 +0700 Subject: chore(tvix/nix_cli): build with tests only run test_nix_store_add() when the feature integration_tests is enabled. Change-Id: I600f08ecaefe1ce77651ae07a58d7987107ab969 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6084 Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/nix_cli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tvix/nix_cli/Cargo.toml') diff --git a/tvix/nix_cli/Cargo.toml b/tvix/nix_cli/Cargo.toml index b1d1d339b45f..c0b85e56b89e 100644 --- a/tvix/nix_cli/Cargo.toml +++ b/tvix/nix_cli/Cargo.toml @@ -12,3 +12,6 @@ version = "3.2.0" [[bin]] name = "nix-store" + +[features] +integration_tests = [] -- cgit 1.4.1