This commit is contained in:
xmdhs 2023-10-12 19:48:20 +08:00
parent 1577bc9864
commit c052ade8f3
No known key found for this signature in database
GPG Key ID: E809D6D43DEFCC95

View File

@ -27,8 +27,8 @@ jobs:
- name: start mysql / redis - name: start mysql / redis
run: | run: |
sudo systemctl start mysql.service sudo systemctl start mysql.service
apt update sudo apt update
apt install redis sudo apt install redis
- name: Test - name: Test
run: go test -tags="redis,sqlite" -race -v ./... run: go test -tags="redis,sqlite" -race -v ./...