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 9c84e28 commit 98792b3Copy full SHA for 98792b3
.github/workflows/run-tests.yaml
@@ -50,5 +50,6 @@ jobs:
50
- name: Run all tests under tests directory
51
run: |
52
cd tests
53
+ go get -t github.com/oracle-samples/gorm-oracle/tests
54
go get .
55
go test -v
0 commit comments