CI: Add jobs for 'comments' feature

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-09-13 03:14:00 +02:00
parent 7a0ba4f39d
commit 6ce9496fc3

View file

@ -50,3 +50,13 @@ rust-nightly-test:
extends:
- .test
- .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"