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