mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-02-03 00:38:40 +08:00
update workflow
This commit is contained in:
parent
6d8dc4630f
commit
78f5e7df87
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -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…
Reference in New Issue
Block a user