Skip to content

Commit

Permalink
Fix bench command
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Dec 13, 2024
1 parent 1ee3074 commit 366e7a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,5 @@ jobs:
# We run this only when a PR is merged so we can see how things are performing
# on the GH actions machines.
- name: Benchmark
if: github.ref == 'refs/heads/main'
env:
PGSERVICE: ${{ steps.postgres-setup.outputs.service-name }}
run: cabal run emulator-tests
# if: github.ref == 'refs/heads/main'
run: cabal run emulator-bench

0 comments on commit 366e7a2

Please sign in to comment.