From c025cbd8ea668d771bee5084710665373d26c103 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 20 Jan 2020 23:51:27 +0100 Subject: [PATCH] update ci --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c1a850..fe68d8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,13 @@ stages: variables: CARGO_HOME: $CI_PROJECT_DIR/cargo -test-none: +test-default: stage: test image: msrd0/rust:alpine before_script: - cargo -V script: - - cargo test --all --no-default-features + - cargo test --all cache: paths: - cargo/ @@ -48,6 +48,7 @@ publish: script: - cd gotham_restful_derive - cargo publish + - sleep 10s - cd ../gotham_restful - cargo publish - cd ..