Skip to content

Commit d0f8b59

Browse files
committed
Restrict MSRV to check --lib
1 parent 1f345fd commit d0f8b59

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,7 @@ jobs:
3939
# run --lib and --doc to avoid the long running integration tests
4040
# which are run elsewhere
4141
- run: |
42-
cargo test --lib \
43-
--features \
44-
unstable-locales,wasmbind,oldtime,clock,winapi,serde \
45-
--color=always -- --color=always
46-
- run: |
47-
cargo test --doc \
48-
--features \
49-
unstable-locales,wasmbind,oldtime,clock,winapi,serde \
50-
--color=always -- --color=always
42+
cargo check --lib --features unstable-locales,wasmbind,oldtime,clock,winapi,serde
5143
5244
rust_versions:
5345
strategy:

0 commit comments

Comments
 (0)