Skip to content

Commit

Permalink
#282 test database - 6
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Feb 28, 2025
1 parent a9076a7 commit d2c52f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-linux-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
- name: Run go test
run: |
export SENZING_PATH="/opt/senzing"
export LD_LIBRARY_PATH="${SENZING_PATH}/er/lib:${SENZING_PATH}/er/lib/macos::/opt/oracle/instantclient_23_5"
export LD_LIBRARY_PATH="${SENZING_PATH}/er/lib:${SENZING_PATH}/er/lib/macos:/opt/oracle/instantclient_23_5"
go test -json -v -p 1 ./... 2>&1 | tee /tmp/gotest.log | gotestfmt

0 comments on commit d2c52f3

Please sign in to comment.