diff --git a/.cargo/config b/.cargo/config index 1f6c2d4ba634dc2179976ea26d6722dbc686c142..ef833ed6bf9da7af16f6528ea274d3c021a0cd5f 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,8 +1,8 @@ [alias] sanity-gdev = "test -p duniter-live-tests --test sanity_gdev -- --nocapture" tu = "test --workspace --exclude duniter-end2end-tests --exclude duniter-live-tests" -# `ti` and `cucumber` are synonyms -ti = "test -p duniter-end2end-tests --test cucumber_tests --" +# `te` and `cucumber` are synonyms +te = "test -p duniter-end2end-tests --test cucumber_tests --" cucumber = "test -p duniter-end2end-tests --test cucumber_tests --" ta = "test --workspace --exclude duniter-live-tests" tb = "test --features runtime-benchmarks -p"