mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-06 10:39:57 +02:00
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
|
stage: check
|
||||||
script:
|
script:
|
||||||
- cargo check --verbose
|
- 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
|
- cargo check --features no-color --verbose
|
||||||
rust-stable:
|
rust-stable:
|
||||||
<<: *check-base
|
<<: *check-base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue