add rust-src to CI

This commit is contained in:
Jacob Lifshay 2026-03-17 20:42:54 -07:00
parent dbed947408
commit eb3ca59053
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -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