Skip to content

Commit 7cec51d

Browse files
authored
Merge pull request #36 from ambarltd/fix-bench-2
Fix bench command
2 parents 1ee3074 + 0add9c1 commit 7cec51d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,4 @@ jobs:
102102
# on the GH actions machines.
103103
- name: Benchmark
104104
if: github.ref == 'refs/heads/main'
105-
env:
106-
PGSERVICE: ${{ steps.postgres-setup.outputs.service-name }}
107-
run: cabal run emulator-tests
105+
run: cabal run emulator-bench

0 commit comments

Comments
 (0)