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 7872b39 commit ea395f2Copy full SHA for ea395f2
.github/workflows/ci.yml
@@ -95,6 +95,6 @@ jobs:
95
ci-success:
96
name: CI success
97
runs-on: ubuntu-latest
98
- needs: [clippy, fmt, publish-check, test]
+ needs: [clippy, fmt, msrv, publish-check, test]
99
steps:
100
- run: echo "All CI jobs successfully finished."
0 commit comments