Skip to content

Commit

Permalink
use taiki-e minimal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
polazarus committed Aug 10, 2023
1 parent a1e1fe8 commit 95303d2
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95303d2

Please sign in to comment.