mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
Update go.yml
fixing ci script
This commit is contained in:
parent
bfd71b79ef
commit
04e89e79e0
12
.github/workflows/go.yml
vendored
12
.github/workflows/go.yml
vendored
@ -19,9 +19,11 @@ jobs:
|
||||
go-version: 1.17.5
|
||||
|
||||
- name: Build
|
||||
run: cd net/server
|
||||
run: go build databag
|
||||
|
||||
run: |
|
||||
cd net/server
|
||||
go build databag
|
||||
|
||||
- name: Test
|
||||
run: cd net/server
|
||||
run: go test -v ./...
|
||||
run: |
|
||||
cd net/server
|
||||
go test -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user