skip integration tests in nix package
These tests need a connection to the nix store and we can't have that in the nix build environment.
This commit is contained in:
parent
a0794b0356
commit
0e97d11745
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@
|
||||||
];
|
];
|
||||||
# for cpp bindings to work
|
# for cpp bindings to work
|
||||||
NIX_INCLUDE_PATH = "${lib.getDev pkgs.nix}/include";
|
NIX_INCLUDE_PATH = "${lib.getDev pkgs.nix}/include";
|
||||||
|
# skip integration tests (they need a connection to the nix store)
|
||||||
|
cargoTestExtraArgs = "--bins";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoArtifacts = craneLib.buildDepsOnly commonArgs;
|
cargoArtifacts = craneLib.buildDepsOnly commonArgs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue