CI: Add a test with no-default-features and ensure it passes
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
34467dd4a6
commit
2e3004f89e
3 changed files with 9 additions and 2 deletions
|
|
@ -29,7 +29,8 @@ variables:
|
|||
.test:
|
||||
stage: test
|
||||
script:
|
||||
- cargo test --verbose
|
||||
- cargo test --verbose --release -- --include-ignored
|
||||
- cargo test --verbose --no-default-features
|
||||
|
||||
rustfmt:
|
||||
stage: lint
|
||||
|
|
|
|||
Loading…
Reference in a new issue