Skip to content
Snippets Groups Projects
Commit e3274e02 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

rust-tests: run `cargo` tests inside the `rust` folder

There is no reason to only run inside the `rust/hg-cpython` folder, even if
the `cargo test --all` behavior ends up being the same.
parent 75040950
No related branches found
No related tags found
2 merge requests!485branching: merge default into stable,!386Add cargo clippy to the CI
......@@ -152,7 +152,7 @@
cd tests && $(HGPYTHONS)/$*/bin/python run-tests.py $(TESTFLAGS)
rust-tests:
cd $(HGROOT)/rust/hg-cpython \
cd $(HGROOT)/rust \
&& $(CARGO) test --quiet --all --features "$(HG_RUST_FEATURES)"
check-code:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment