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 97d47f7 commit 4067700Copy full SHA for 4067700
.github/workflows/main.yml
@@ -282,7 +282,8 @@ jobs:
282
runs-on: ubuntu-latest
283
timeout-minutes: 10
284
if: ${{ github.ref == 'refs/heads/master' }}
285
- needs: [rustfmt, test, bench, dist]
+ # FIXME add the bench job back to the dependency list once rust-lang/rust#125493 gets merged
286
+ needs: [rustfmt, test, dist]
287
288
permissions:
289
contents: write # for creating the dev tag and release
0 commit comments