Skip to content

Commit 2c5feb1

Browse files
committed
ci: Drop minimal test run
1 parent 14837fa commit 2c5feb1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/test.yaml

-17
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,6 @@ jobs:
3333
# https://github.com/rust-lang/cargo/issues/6669
3434
- name: cargo test --doc
3535
run: cargo test --locked --all-features --doc
36-
minimal:
37-
runs-on: ubuntu-latest
38-
name: ubuntu / stable / minimal-versions
39-
steps:
40-
- uses: actions/checkout@v3
41-
with:
42-
submodules: true
43-
- name: Install stable
44-
uses: dtolnay/rust-toolchain@stable
45-
- name: Install nightly for -Zminimal-versions
46-
uses: dtolnay/rust-toolchain@nightly
47-
- name: rustup default stable
48-
run: rustup default stable
49-
- name: cargo update -Zminimal-versions
50-
run: cargo +nightly update -Zminimal-versions
51-
- name: cargo test
52-
run: cargo test --locked --all-features --all-targets
5336
os-check:
5437
runs-on: ${{ matrix.os }}
5538
name: ${{ matrix.os }} / stable

0 commit comments

Comments
 (0)