update and fmt config.yml, add go test support

This commit is contained in:
vcaesar 2019-12-09 11:16:12 -04:00
parent 41f7af8129
commit 833ec8956f

View File

@ -15,7 +15,7 @@ jobs:
# - run: go get -u golang.org/x/sys/unix
# - run: go get -u github.com/shirou/gopsutil
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: xvfb-run go test -v ./...
# codecov.io
# - run: go test -v -covermode=count -coverprofile=coverage.out
# - run: bash <(curl -s https://codecov.io/bash)