update workflow

master
kevin 4 years ago
parent 6d8dc4630f
commit 78f5e7df87

@ -25,10 +25,6 @@ jobs:
- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Test
run: go test -v -race ./...

Loading…
Cancel
Save