Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Dec 12, 2024
1 parent 6155bc1 commit 76cff68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ jobs:
check-latest: true
go-version: 1.23.4
- name: Run tests and generate coverage report
run: make build/cover.out
run: |
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
sudo apt-get install --no-install-recommends postgresql-17
export PATH=/usr/lib/postgresql/17/bin:$PATH
make build/cover.out
- name: Upload coverage report to Coveralls
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 76cff68

Please sign in to comment.