diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e6612d0..eec7ca3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,8 +24,12 @@ jobs: run: | bash build.sh + - name: start mysql + run: | + sudo systemctl start mysql.service + - name: Test - run: go test -race -v ./... + run: go test -tags="redis,sqlite" -race -v ./... - name: Upload a Build Artifact uses: actions/upload-artifact@v2