Skip to content

Commit

Permalink
#282 Add postgresql testing - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Feb 28, 2025
1 parent 35fd20b commit 0c98355
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/go-test-linux-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,4 @@ jobs:
run: |
export SENZING_PATH="/opt/senzing"
export LD_LIBRARY_PATH="${SENZING_PATH}/er/lib:${SENZING_PATH}/er/lib/macos"
go test -json -v -p 1 -coverprofile=./cover.out -covermode=atomic -coverpkg=./... ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
- name: Store coverage file
uses: actions/upload-artifact@v4
with:
name: cover.out
path: ./cover.out

- name: Upload test log
uses: actions/upload-artifact@v4
if: always()
with:
name: test-log
path: /tmp/gotest.log
if-no-files-found: error

coverage:
name: Coverage
needs: go-test-linux
uses: senzing-factory/build-resources/.github/workflows/go-coverage.yaml@v2
with:
coverage-config: ./.github/coverage/testcoverage.yaml
go test -json -v -p 1 ./... 2>&1 | tee /tmp/gotest.log | gotestfmt

0 comments on commit 0c98355

Please sign in to comment.