diff --git a/.github/workflows/docker-tests-8.0.yml b/.github/workflows/docker-tests-8.0.yml index 01d3a90a..ab2bfd4a 100644 --- a/.github/workflows/docker-tests-8.0.yml +++ b/.github/workflows/docker-tests-8.0.yml @@ -43,6 +43,7 @@ jobs: - 'VERSION=8.0 GODOG_FEATURE=active_nodes.feature make test' - 'VERSION=8.0 GODOG_FEATURE=async.feature make test' - 'VERSION=8.0 GODOG_FEATURE=async_setting.feature make test' + - 'VERSION=8.0 GODOG_FEATURE=binlog_loading.feature make test' - 'VERSION=8.0 GODOG_FEATURE=cascade_replicas.feature make test' - 'VERSION=8.0 GODOG_FEATURE=CLI.feature make test' - 'VERSION=8.0 GODOG_FEATURE=crash_recovery.feature make test'