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 bc3f24e commit 31e5132Copy full SHA for 31e5132
.github/workflows/ci.yml
@@ -179,3 +179,12 @@ jobs:
179
- run: cd test_suite && cargo miri test --features unstable
180
env:
181
MIRIFLAGS: -Zmiri-strict-provenance
182
+
183
+ outdated:
184
+ name: Outdated
185
+ runs-on: ubuntu-latest
186
+ if: github.event_name != 'pull_request'
187
+ steps:
188
+ - uses: actions/checkout@v3
189
+ - uses: dtolnay/install@cargo-outdated
190
+ - run: cargo outdated --workspace --exclude macrotest --exit-code 1
0 commit comments