From d0f8b599b7bca43f2676611a97392fee4743ea78 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 24 Feb 2025 13:58:17 +0100 Subject: [PATCH] Restrict MSRV to check --lib --- .github/workflows/test.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86c44e26..a57b3dd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: