diff options
author | Florian Klink <flokli@flokli.de> | 2022-08-12T14·10+0700 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2022-09-11T14·31+0000 |
commit | 43a2eaa1b6e74574b2f7672340d0ac1aff03a0e2 (patch) | |
tree | 9168e2196fb59931cd7650e6b17c7e0e8c35e30e /tvix/nix_cli/Cargo.toml | |
parent | e6a6b0dccbf3a49088944a30cf43812d94a27302 (diff) |
chore(tvix/nix_cli): build with tests r/4816
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 <tazjin@tvl.su>
Diffstat (limited to 'tvix/nix_cli/Cargo.toml')
-rw-r--r-- | tvix/nix_cli/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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 = [] |