mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-02-03 00:38:40 +08:00
fix ci script
This commit is contained in:
parent
fe2252184a
commit
c575fa7f95
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
go get -v -t -d ./...
|
||||
|
||||
- name: Test
|
||||
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... | grep -v "[no test files]"
|
||||
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1.0.6
|
||||
|
Loading…
Reference in New Issue
Block a user