Test for multiple packages
This commit is contained in:
parent
843059b096
commit
fef7d1ec50
|
@ -2,7 +2,7 @@
|
|||
steps:
|
||||
- name: test
|
||||
service: build
|
||||
command: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
command: ./test.sh
|
||||
- name: codecov
|
||||
service: build
|
||||
command: bash -c "curl -s https://codecov.io/bash"
|
||||
|
|
Loading…
Reference in a new issue