mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 08:36:03 +00:00
f934f98111
This allows to run `TESTNAME=xxx cargo uitest` instead of `TESTNAME=xxx cargo test --test-compile-test`
3 lines
44 B
Plaintext
3 lines
44 B
Plaintext
[alias]
|
|
uitest = "test --test compile-test"
|