We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14837fa commit 2c5feb1Copy full SHA for 2c5feb1
.github/workflows/test.yaml
@@ -33,23 +33,6 @@ jobs:
33
# https://github.com/rust-lang/cargo/issues/6669
34
- name: cargo test --doc
35
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
53
os-check:
54
runs-on: ${{ matrix.os }}
55
name: ${{ matrix.os }} / stable
0 commit comments