Skip to content

Commit

Permalink
Merge pull request #35 from ambarltd/fix-bench
Browse files Browse the repository at this point in the history
Enable postgres in benchmarks
  • Loading branch information
lazamar authored Dec 12, 2024
2 parents bbe5b61 + 2fa1180 commit 1ee3074
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ jobs:
# 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

0 comments on commit 1ee3074

Please sign in to comment.