From 637bfcbc19102e44a8d3be2a9964a4316df61af1 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Mon, 17 Jan 2022 18:22:27 +0100 Subject: [PATCH] tests(cucumber): add cargo alias to run cucumber tests --- .cargo/config | 2 ++ .gitignore | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 000000000..14c5afe40 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,2 @@ +[alias] +cucumber = "test -p duniter-integration-tests --test cucumber_tests --" diff --git a/.gitignore b/.gitignore index 1b720b296..fbc051102 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,6 @@ .DS_Store -# The cache for docker container dependency -.cargo - # The cache for chain data in container .local -- GitLab