Test other compiler feature configurations on CI
This commit is contained in:
parent
5f7c6eb15c
commit
b8116c69f9
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ variables:
|
|||
stage: check
|
||||
script:
|
||||
- cargo check --verbose
|
||||
- cargo check --no-default-features --verbose
|
||||
- cargo check --no-default-features --features send2 --verbose
|
||||
- cargo check --no-default-features --features send3 --verbose
|
||||
- cargo check --features no-color --verbose
|
||||
rust-stable:
|
||||
<<: *check-base
|
||||
|
|
Loading…
Add table
Reference in a new issue