From c00f48083ef3424a4501e971340265940bf7ecf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail?= Date: Wed, 6 Nov 2024 11:14:45 +0300 Subject: [PATCH] Ignore other sql tests. --- .github/workflows/golang-test-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml index 87aff6056..ed4ad4090 100644 --- a/.github/workflows/golang-test-linux.yml +++ b/.github/workflows/golang-test-linux.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: arch: [ '386','amd64' ] - store: [ 'sqlite', 'postgres', 'mysql'] + store: [ 'mysql' ] runs-on: ubuntu-22.04 steps: - name: Install Go