diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 68ded33..3173827 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -65,5 +65,5 @@ jobs: with: save-if: ${{ github.ref == 'refs/heads/master' }} - run: cargo test - - run: cargo test --features=unstable-doc + - run: cargo build --tests --features=unstable-doc - run: cargo doc --features=unstable-doc