From 95303d26bdd3a82d2e8db4a8e40b7280658d0c42 Mon Sep 17 00:00:00 2001 From: polazarus Date: Thu, 10 Aug 2023 21:51:17 +0200 Subject: [PATCH] use taiki-e minimal versions --- .github/workflows/basic.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index f451033..34146c6 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -105,21 +105,12 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@nightly + - uses: taiki-e/install-action@cargo-hack + - uses: taiki-e/install-action@cargo-minimal-versions - - name: Resolve dependencies - run: | - cargo +nightly update -Zdirect-minimal-versions - cargo +nightly check - - - name: Show dependence tree - run: | - cargo +nightly tree --all-features - cargo +stable tree --all-features - - - name: Run tests - run: cargo +stable test --verbose --release --all-features + - name: Check with minimal versions + run: cargo minimal-versions check --workspace coverage: runs-on: ubuntu-latest