From d3f52292a1e0faf86666f877464cf39f085432f3 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 1 Dec 2024 20:21:26 -0800 Subject: [PATCH] test doc tests in CI --- .forgejo/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index fd7be6f..e83c668 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -57,4 +57,5 @@ jobs: save-if: ${{ github.ref == 'refs/heads/master' }} - run: cargo test - run: cargo build --tests --features=unstable-doc + - run: cargo test --doc --features=unstable-doc - run: cargo doc --features=unstable-doc