From 2677390b5860b7bbe404537a8e74e73b2883d0b5 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 6 Aug 2020 20:06:30 -0700 Subject: [PATCH] First pass of cli-opts testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da083bf..669d42a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ basic-test: - testing script: - cd server/ - - cargo run --release + - cargo run -- -s& - fc_id=$! - bash ./tests/main.sh body - kill ${fc_id}