Skip to content

Commit d5ba099

Browse files
committed
#286 Fix test issues - 3
1 parent 1494933 commit d5ba099

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/go-test-darwin.yaml.disabled

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [pull_request, workflow_dispatch]
55
env:
66
DYLD_LIBRARY_PATH: /opt/senzing/g2/lib:/opt/senzing/g2/lib/macos
77
LD_LIBRARY_PATH: /opt/senzing/g2/lib:/opt/senzing/g2/lib/macos
8+
SENZING_LOG_LEVEL: TRACE
89
SENZING_TOOLS_DATABASE_URL: sqlite3://na:na@nowhere/tmp/sqlite/G2C.db
910

1011
permissions:

.github/workflows/go-test-windows.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: go test windows
33
on: [pull_request, workflow_dispatch]
44

55
env:
6+
SENZING_LOG_LEVEL: TRACE
67
SENZING_TOOLS_DATABASE_URL: "sqlite3://na:na@nowhere/C:\\Temp\\sqlite\\G2C.db"
78

89
permissions:

0 commit comments

Comments
 (0)