Skip to content

Commit eecd247

Browse files
committed
Add CI step to test with "std" disabled
1 parent 8f2a76b commit eecd247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- run: cargo test --workspace --exclude thiserror_no_std_test
4242
- run: cargo test --manifest-path tests/no-std/Cargo.toml
4343
if: matrix.rust != '1.70.0'
44+
- run: cargo test --no-default-features
4445
- uses: actions/upload-artifact@v4
4546
if: matrix.rust == 'nightly' && always()
4647
with:

0 commit comments

Comments
 (0)