We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4859cb2 commit fd3dd25Copy full SHA for fd3dd25
.github/workflows/cargo.yml
@@ -114,19 +114,3 @@ jobs:
114
with:
115
command: fmt
116
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