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:
Maxime “pep” Buquet 2023-08-17 22:29:04 +02:00
commit 2e3004f89e
3 changed files with 9 additions and 2 deletions

View file

@ -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