Skip to content

Commit fd3dd25

Browse files
committed
Update cargo.yml
1 parent 4859cb2 commit fd3dd25

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/cargo.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,3 @@ jobs:
114114
with:
115115
command: fmt
116116
args: --all -- --check
117-
118-
minimal_versions:
119-
name: Compile and test with minimal versions
120-
runs-on: ubuntu-latest
121-
steps:
122-
- uses: actions/checkout@v3
123-
- name: 🌙 Install latest nightly
124-
uses: actions-rs/toolchain@v1
125-
with:
126-
toolchain: nightly
127-
override: true
128-
- uses: taiki-e/install-action@cargo-hack
129-
- uses: taiki-e/install-action@cargo-minimal-versions
130-
- run: cargo minimal-versions check --workspace --all-features --ignore-private -v
131-
- run: cargo minimal-versions build --workspace --all-features --ignore-private -v
132-
- run: cargo minimal-versions test --workspace --all-features -v

0 commit comments

Comments
 (0)