Skip to content

Commit

Permalink
Update cargo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Jul 8, 2023
1 parent 4859cb2 commit fd3dd25
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,3 @@ jobs:
with:
command: fmt
args: --all -- --check

minimal_versions:
name: Compile and test with minimal versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🌙 Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
- run: cargo minimal-versions check --workspace --all-features --ignore-private -v
- run: cargo minimal-versions build --workspace --all-features --ignore-private -v
- run: cargo minimal-versions test --workspace --all-features -v

0 comments on commit fd3dd25

Please sign in to comment.