Skip to content

Commit

Permalink
Move stuff around?
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletHynes committed Jun 18, 2024
1 parent bf0152d commit 2d8cd10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
bench:
if: always()
name: Bench
needs:
- setup
needs: setup
uses: ./.github/workflows/hack-week-benchmark.yml
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hack-week-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: curl -sfL https://raw.githubusercontent.com/knqyf263/cob/master/install.sh | sudo sh -s -- -b /usr/local/bin

- name: Run Benchmark
run: cob
run: cob -benchmem ./...

0 comments on commit 2d8cd10

Please sign in to comment.