We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd504e commit 3d35c04Copy full SHA for 3d35c04
.github/workflows/run-tests.yaml
@@ -6,6 +6,7 @@ jobs:
6
run-tests:
7
runs-on: ubuntu-latest
8
env:
9
+ DEBUG: "true"
10
GORM_ORACLEDB_USER: ${{ secrets.GORM_ORACLEDB_USER }}
11
GORM_ORACLEDB_PASSWORD: ${{ secrets.GORM_ORACLEDB_PASSWORD }}
12
GORM_ORACLEDB_CONNECTSTRING: ${{ secrets.GORM_ORACLEDB_CONNECTSTRING }}
@@ -47,4 +48,4 @@ jobs:
47
48
cd tests
49
go get -t github.com/oracle-samples/gorm-oracle/tests
50
go get .
- go test -failfast
51
+ go test -failfast
0 commit comments