Skip to content
Snippets Groups Projects

Resolve "Industrialize Releases production"

Merged Cédric Moreau requested to merge 125-industrialize-releases-production into master
Compare and
51 files
+ 209454
196120
Compare changes
  • Side-by-side
  • Inline

Files

[alias]
[alias]
cucumber = "test -p duniter-end2end-tests --test cucumber_tests --"
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"
 
# `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"
tb = "test --features runtime-benchmarks -p"
rbp = "run --release --features runtime-benchmarks -- benchmark pallet --chain=dev --steps=50 --repeat=20 --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=. --pallet"
rbp = "run --release --features runtime-benchmarks -- benchmark pallet --chain=dev --steps=50 --repeat=20 --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=. --pallet"
xtask = "run --package xtask --"
xtask = "run --package xtask --"
cucumber-node = "run -- --chain=gdev_dev --execution=Native --sealing=manual --force-authoring --rpc-cors=all --tmp --ws-port 9944 --alice"
Loading