CI: Add jobs for 'comments' feature

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

.gitlab-ci.yml | 10 ++++++++++
1 file changed, 10 insertions(+)

Detailed changes

.gitlab-ci.yml 🔗

@@ -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"