Skip to content
Snippets Groups Projects
Commit db5c79a7 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#132): fix: review: `cargo te`

parent 0e752fb0
No related branches found
No related tags found
1 merge request!182Resolve "Industrialize Releases production"
[alias] [alias]
sanity-gdev = "test -p duniter-live-tests --test sanity_gdev -- --nocapture" sanity-gdev = "test -p duniter-live-tests --test sanity_gdev -- --nocapture"
tu = "test --workspace --exclude duniter-end2end-tests --exclude duniter-live-tests" tu = "test --workspace --exclude duniter-end2end-tests --exclude duniter-live-tests"
# `ti` and `cucumber` are synonyms # `te` and `cucumber` are synonyms
ti = "test -p duniter-end2end-tests --test cucumber_tests --" te = "test -p duniter-end2end-tests --test cucumber_tests --"
cucumber = "test -p duniter-end2end-tests --test cucumber_tests --" cucumber = "test -p duniter-end2end-tests --test cucumber_tests --"
ta = "test --workspace --exclude duniter-live-tests" ta = "test --workspace --exclude duniter-live-tests"
tb = "test --features runtime-benchmarks -p" tb = "test --features runtime-benchmarks -p"
......
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