From 876befd447b5c096f600506914c1509701fdeb9b Mon Sep 17 00:00:00 2001 From: xmdhs Date: Thu, 12 Oct 2023 20:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 074a72f..7fa80c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,7 @@ jobs: sudo systemctl start mysql.service sudo apt update sudo apt install redis + sudo mysql -u root -proot -e "CREATE DATABASE IF NOT EXISTS test;" - name: Test run: go test -tags="redis,sqlite" -race -v ./...