Skip to content

Commit

Permalink
Remove FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 5, 2025
1 parent 9184398 commit b8e38d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ jobs:
- run: cargo update -w --locked

bench:
# needs: [check] FIXME
needs: [check]
if: ${{ !cancelled() && (github.event_name != 'workflow_dispatch' || github.event.inputs.run_benchmarks) }}
uses: ./.github/workflows/bench.yml

0 comments on commit b8e38d6

Please sign in to comment.