mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-26 20:32:02 -08:00
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 New Issue
Block a user