Update go.yml

fixing ci script
This commit is contained in:
Pierre Balzack 2022-07-01 15:07:30 -07:00 committed by GitHub
parent bfd71b79ef
commit 04e89e79e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ./...