diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a302f34e622fb823ef47575d6aaa39d409995f16..c3f22ac7448083875baa2280c2d37f2ca8e0dac1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ test: needs: - check-std script: - - cargo test --verbose --all-features --no-fail-fast --release --workspace + - cargo test --verbose --all-features --no-fail-fast --workspace codecov: stage: workspace