Skip to content

Commit 9393532

Browse files
committed
Make bench job mandatory again in CI
1 parent 3aee9f5 commit 9393532

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ jobs:
242242
runs-on: ubuntu-latest
243243
timeout-minutes: 10
244244
if: ${{ github.ref == 'refs/heads/main' }}
245-
# FIXME add bench back once rust-lang/cargo#16925 has been fixed
246-
needs: [todo_check, rustfmt, test, dist]
245+
needs: [todo_check, rustfmt, test, bench, dist]
247246

248247
permissions:
249248
contents: write # for creating the dev tag and release

0 commit comments

Comments
 (0)