Skip to content

Commit

Permalink
Add CI step to test with "std" disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 10, 2025
1 parent 8f2a76b commit eecd247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eecd247

Please sign in to comment.