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 4ea8acb commit 99d0860Copy full SHA for 99d0860
.github/workflows/lint.yml
@@ -42,9 +42,3 @@ jobs:
42
43
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
44
# skip-build-cache: true
45
- - name: testing-sshql
46
- run: go test -shuffle on ./...
47
- - name: testing-pgdrv
48
- run: go test -shuffle on "./pgdrv/..."
49
- - name: testing-mysqldrv
50
- run: go test -shuffle on "./mysqldrv/..."
0 commit comments