Skip to content

Commit e6e77ab

Browse files
committed
Temporarily allow releases when the bench job fails
The bench job is broken because of a cargo regression.
1 parent 720aed3 commit e6e77ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

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

247248
permissions:
248249
contents: write # for creating the dev tag and release

0 commit comments

Comments
 (0)