From dede918fabbacea92f837652082e2bb32e1879c0 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Mon, 12 Oct 2020 00:23:16 +0200 Subject: [PATCH] [build] create some cargo aliases --- .cargo/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cargo/config b/.cargo/config index 35049cbcb..af87fad40 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,2 +1,7 @@ [alias] +bdex = "build --release --package duniter-dbex" +cn = "check --manifest-path neon/native/Cargo.toml" +dex = "run --release --package duniter-dbex --" +ta = "test --all" +rr = "run --release --" xtask = "run --package xtask --" -- GitLab