修改actions编译脚本

This commit is contained in:
lwch
2021-08-19 10:47:00 +08:00
parent 85cdb442e3
commit 71fc261cae
+1 -1
View File
@@ -39,4 +39,4 @@ jobs:
run: go build -v code/server/main.go code/server/run.go
- name: Build Client
run: go test -v code/client/main.go
run: go build -v code/client/main.go