Skip to content

Commit 29494b1

Browse files
committed
Enable disabled tests
1 parent 95f592b commit 29494b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ jobs:
8888
- name: Run tests
8989
run: |
9090
# separate test to avoid RESET MASTER conflict
91-
# TODO: Fix "dump/" and "canal/": mysqldump tries to run SHOW MASTER STATUS on v8.4.0
9291
go test $(go list ./... | grep -v canal | grep -v dump)
93-
# go test $(go list ./... | grep canal | grep -v dump)
92+
go test $(go list ./... | grep canal)
93+
go test $(go list ./... | grep dump)
9494
9595
golangci:
9696
name: golangci

0 commit comments

Comments
 (0)