From baae2caaf0e3650c9dfc00b0cb0bd576d9f3f9b4 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 9 Aug 2020 23:39:03 -0700 Subject: [PATCH] testing cargo run as it never really starts up --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a0e1b4..9aa6660 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,10 +24,8 @@ basic-test: - testing script: - cd server/ - - cargo run -- -s& + - cargo run -- -s - fc_id=$! - - echo Sleeping to let cargo catch up - - sleep 3 - cd tests/ - bash ./main.sh body - kill ${fc_id}