mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
make check: Run unit tests
This commit is contained in:
parent
72b9d971bc
commit
7898cdb75a
4 changed files with 10 additions and 1 deletions
|
@ -41,5 +41,5 @@ ifneq ($(OS), Darwin)
|
|||
check: rust-tests
|
||||
|
||||
rust-tests:
|
||||
cd nix-rust && CARGO_HOME=$$(if [[ -d vendor ]]; then echo vendor; fi) cargo test --release $$(if [[ -d vendor ]]; then echo --offline; fi)
|
||||
$(trace-test) cd nix-rust && CARGO_HOME=$$(if [[ -d vendor ]]; then echo vendor; fi) cargo test --release $$(if [[ -d vendor ]]; then echo --offline; fi)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue