From 59a237ccebfd5bcf5c3ef348f496699aa43883f3 Mon Sep 17 00:00:00 2001 From: Samir Faci Date: Thu, 3 Oct 2024 23:50:09 -0400 Subject: [PATCH] Enabeling mysql comment tests --- .github/workflows/integration_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 95c43516..02c7b728 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -9,7 +9,7 @@ on: env: TEST_RESULTS: /tmp/test-results # path to where test results will be saved - TEST_SKIP_COMMENTS: "1" + TEST_SKIP_COMMENTS: "0" GO_VERSION: "1.22.5" @@ -126,4 +126,4 @@ jobs: - name: Install jet run: go install ./cmd/jet - name: Run MariaDB tests - run: MY_SQL_SOURCE=MariaDB go test -v ./tests/mysql/ \ No newline at end of file + run: MY_SQL_SOURCE=MariaDB go test -v ./tests/mysql/