From 1e1e0d7e6d403a9df3f6a8c72f99012cea3314bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 15 Mar 2023 14:26:14 +0100 Subject: [PATCH] ci: Make sure all rendered docs examples are compiling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cbfa7743..01426cc42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: - name: Test documentation run: | - cargo test --doc + cargo test --doc --features docsrs test-wasm: name: 🕸️ ${{ matrix.name }}