Add CI step to test with "std" disabled

This commit is contained in:
David Tolnay 2025-01-10 09:55:44 -08:00
parent 8f2a76b4ba
commit eecd247cdf
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -41,6 +41,7 @@ jobs:
- run: cargo test --workspace --exclude thiserror_no_std_test
- run: cargo test --manifest-path tests/no-std/Cargo.toml
if: matrix.rust != '1.70.0'
- run: cargo test --no-default-features
- uses: actions/upload-artifact@v4
if: matrix.rust == 'nightly' && always()
with: