Add no default to test run
This commit is contained in:
parent
64d16ee8a7
commit
dd86e573e8
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ build-rust-latest:
|
|||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo test --no-default-features --verbose
|
||||
|
||||
build-rust-nightly:
|
||||
stage: build
|
||||
|
@ -15,3 +16,4 @@ build-rust-nightly:
|
|||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo test --no-default-features --verbose
|
||||
|
|
Loading…
Reference in a new issue