Skip to content

Commit 8d8cebb

Browse files
committed
make:cargo-test:cargo-install
executables must be installed for tests
1 parent 98f0b98 commit 8d8cebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cargo-doc:### cargo-check
4949
@. $(HOME)/.cargo/env
5050
@cargo doc --no-deps --all-features
5151
cargo-t:cargo-test
52-
cargo-test:### cargo-test
52+
cargo-test:cargo-install### cargo-test
5353
@. $(HOME)/.cargo/env
5454
#@cargo test
5555
@cargo test -- --nocapture

0 commit comments

Comments
 (0)