修改actions编译脚本

This commit is contained in:
lwch
2021-08-19 10:40:28 +08:00
parent d451570406
commit 89ecc28958
+2 -2
View File
@@ -36,7 +36,7 @@ jobs:
go-version: ${{ matrix.go }}
- name: Build Server
run: go build -v code/server/*.go
run: go build -v code/server/main.go code/server/run.go
- name: Build Client
run: go test -v code/client/*.go
run: go test -v code/client/main.go