Skip to content

Commit e55c630

Browse files
committed
Add back bench job dependency for the release job
1 parent a33f731 commit e55c630

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ jobs:
279279
runs-on: ubuntu-latest
280280
timeout-minutes: 10
281281
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]
282+
needs: [rustfmt, test, bench, dist]
284283

285284
permissions:
286285
contents: write # for creating the dev tag and release

0 commit comments

Comments
 (0)