CI: Add jobs for 'comments' feature
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
7a0ba4f39d
commit
6ce9496fc3
1 changed files with 10 additions and 0 deletions
|
@ -50,3 +50,13 @@ rust-nightly-test:
|
||||||
extends:
|
extends:
|
||||||
- .test
|
- .test
|
||||||
- .nightly
|
- .nightly
|
||||||
|
|
||||||
|
rust-latest-build with features=comments:
|
||||||
|
extends: rust-latest-build
|
||||||
|
variables:
|
||||||
|
FEATURES: "comments"
|
||||||
|
|
||||||
|
rust-latest-test with features=comments:
|
||||||
|
extends: rust-latest-test
|
||||||
|
variables:
|
||||||
|
FEATURES: "comments"
|
||||||
|
|
Loading…
Reference in a new issue