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
run: |
sudo systemctl start mysql.service
apt update
apt install redis
sudo apt update
sudo apt install redis
- name: Test
run: go test -tags="redis,sqlite" -race -v ./...