Skip to content

Commit 99d0860

Browse files
Fix workflow
1 parent 4ea8acb commit 99d0860

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,3 @@ jobs:
4242

4343
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
4444
# 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

Comments
 (0)