mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-27 13:01:37 +00:00
Restrict MSRV to check --lib
This commit is contained in:
parent
1f345fd7f9
commit
d0f8b599b7
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user