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