We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f592b commit 29494b1Copy full SHA for 29494b1
.github/workflows/ci.yml
@@ -88,9 +88,9 @@ jobs:
88
- name: Run tests
89
run: |
90
# separate test to avoid RESET MASTER conflict
91
- # TODO: Fix "dump/" and "canal/": mysqldump tries to run SHOW MASTER STATUS on v8.4.0
92
go test $(go list ./... | grep -v canal | grep -v dump)
93
- # go test $(go list ./... | grep canal | grep -v dump)
+ go test $(go list ./... | grep canal)
+ go test $(go list ./... | grep dump)
94
95
golangci:
96
name: golangci
0 commit comments