From f4b7a18d764eb851630e79d6af8eaf5aa0c183f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Wed, 19 Jan 2022 12:26:39 +0100 Subject: [PATCH] Revert "gitlab-ci: disable rust-doc" This reverts commit 95a095482fa679fb8bd654eb0573bb1171939448. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c373481..6add2ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,7 +66,7 @@ test-stable: - cargo build --color=always --all-targets - cargo test --color=always -.rustdoc: +rustdoc: extends: - .fedora - .fdo.distribution-image@fedora