Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
majewsky committed Dec 11, 2024
1 parent ccbb3ad commit 7277a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run tests and generate coverage report
run: |
sudo apt-get install --no-install-recommends postgresql
PGPATH=/usr/lib/postgresql/*/bin
PGPATH=$(readlink -f /usr/lib/postgresql/*/bin)
export PATH=$PGPATH:$PATH
make build/cover.out
- name: Upload coverage report to Coveralls
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/sapcc/go-bits/easypg/testsetup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7277a20

Please sign in to comment.