Skip to content

Commit

Permalink
Restrict MSRV to check --lib
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 24, 2025
1 parent 1f345fd commit d0f8b59
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,7 @@ jobs:
# run --lib and --doc to avoid the long running integration tests
# which are run elsewhere
- run: |
cargo test --lib \
--features \
unstable-locales,wasmbind,oldtime,clock,winapi,serde \
--color=always -- --color=always
- run: |
cargo test --doc \
--features \
unstable-locales,wasmbind,oldtime,clock,winapi,serde \
--color=always -- --color=always
cargo check --lib --features unstable-locales,wasmbind,oldtime,clock,winapi,serde
rust_versions:
strategy:
Expand Down

0 comments on commit d0f8b59

Please sign in to comment.