From 4a323bb2c206f1700663b8f10bedd472eb91a3a8 Mon Sep 17 00:00:00 2001 From: Wei Tang <hi@that.world> Date: Wed, 24 Jul 2019 18:10:41 +0200 Subject: [PATCH] ci: enable spectests feature --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e15d54d..167fa155 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ test-rust-stable: script: - ./scripts/init.sh - ./scripts/build.sh - - time cargo test --all --release --locked + - time cargo test --all --release --features spectests --locked - sccache -s only: - triggers -- GitLab