diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 7a69a7e..30e5419 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -17,6 +17,7 @@ jobs: with: save-if: ${{ github.ref == 'refs/heads/master' }} - run: rustup override set 1.93.0 + - run: rustup component add rust-src - run: cargo test - run: cargo build --tests --features=unstable-doc - run: cargo test --doc --features=unstable-doc