diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e15d54d7e94d9496cf78d84bc02063e08635e3f..167fa155f961cf02da7e9fbf11fe39d86f0f4f02 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