mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-01 20:07:38 +03:00
Add CI step to test with "std" disabled
This commit is contained in:
parent
8f2a76b4ba
commit
eecd247cdf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue