Add no default to test run

This commit is contained in:
Armin 2021-08-22 19:21:38 +02:00
parent 64d16ee8a7
commit dd86e573e8

View file

@ -8,6 +8,7 @@ build-rust-latest:
script: script:
- cargo build --verbose - cargo build --verbose
- cargo test --verbose - cargo test --verbose
- cargo test --no-default-features --verbose
build-rust-nightly: build-rust-nightly:
stage: build stage: build
@ -15,3 +16,4 @@ build-rust-nightly:
script: script:
- cargo build --verbose - cargo build --verbose
- cargo test --verbose - cargo test --verbose
- cargo test --no-default-features --verbose