Skip to content

Commit

Permalink
Enabeling mysql comment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Oct 4, 2024
1 parent cea30d2 commit 59a237c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down Expand Up @@ -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/
run: MY_SQL_SOURCE=MariaDB go test -v ./tests/mysql/

0 comments on commit 59a237c

Please sign in to comment.