This commit is contained in:
xushiwei
2024-04-15 05:52:08 +08:00
parent a110a1f632
commit 3d4ceec422

View File

@@ -33,6 +33,9 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
test-linux:
runs-on: ubuntu-20.04
strategy:
@@ -55,3 +58,6 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...