Skip to content

Commit 1ee3074

Browse files
authored
Merge pull request #35 from ambarltd/fix-bench
Enable postgres in benchmarks
2 parents bbe5b61 + 2fa1180 commit 1ee3074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ 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 }}
105107
run: cabal run emulator-tests

0 commit comments

Comments
 (0)