Skip to content

Commit 3d35c04

Browse files
Update run-tests.yaml
1 parent cdd504e commit 3d35c04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
run-tests:
77
runs-on: ubuntu-latest
88
env:
9+
DEBUG: "true"
910
GORM_ORACLEDB_USER: ${{ secrets.GORM_ORACLEDB_USER }}
1011
GORM_ORACLEDB_PASSWORD: ${{ secrets.GORM_ORACLEDB_PASSWORD }}
1112
GORM_ORACLEDB_CONNECTSTRING: ${{ secrets.GORM_ORACLEDB_CONNECTSTRING }}
@@ -47,4 +48,4 @@ jobs:
4748
cd tests
4849
go get -t github.com/oracle-samples/gorm-oracle/tests
4950
go get .
50-
go test -failfast
51+
go test -failfast

0 commit comments

Comments
 (0)