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 go-version: 1.17.5
- name: Build - name: Build
run: cd net/server run: |
run: go build databag cd net/server
go build databag
- name: Test - name: Test
run: cd net/server run: |
run: go test -v ./... cd net/server
go test -v ./...