Temporarily remove features
It's not possible to use them at the top of the workspace. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a3922138a3
commit
a55d420979
1 changed files with 2 additions and 13 deletions
|
|
@ -23,12 +23,12 @@ variables:
|
||||||
.build:
|
.build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose --no-default-features --features=$FEATURES
|
- cargo build --verbose
|
||||||
|
|
||||||
.test:
|
.test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --no-default-features --features=$FEATURES
|
- cargo test --verbose
|
||||||
|
|
||||||
rust-latest-build:
|
rust-latest-build:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -40,7 +40,6 @@ rust-nightly-build:
|
||||||
- .build
|
- .build
|
||||||
- .nightly
|
- .nightly
|
||||||
|
|
||||||
|
|
||||||
rust-latest-test:
|
rust-latest-test:
|
||||||
extends:
|
extends:
|
||||||
- .test
|
- .test
|
||||||
|
|
@ -50,13 +49,3 @@ rust-nightly-test:
|
||||||
extends:
|
extends:
|
||||||
- .test
|
- .test
|
||||||
- .nightly
|
- .nightly
|
||||||
|
|
||||||
rust-latest-build with features=disable-validation:
|
|
||||||
extends: rust-latest-build
|
|
||||||
variables:
|
|
||||||
FEATURES: "disable-validation"
|
|
||||||
|
|
||||||
rust-latest-test with features=disable-validation:
|
|
||||||
extends: rust-latest-test
|
|
||||||
variables:
|
|
||||||
FEATURES: "disable-validation"
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue