mirror of
https://github.com/robotn/gohook.git
synced 2024-11-22 02:56:54 +08:00
update and fmt circle.yml
This commit is contained in:
parent
ad571b9a4f
commit
172f0885e3
@ -10,10 +10,10 @@ jobs:
|
||||
- checkout
|
||||
# specify any bash command here prefixed with `run: `
|
||||
# override:
|
||||
# './...' is a relative pattern which means all subdirectories
|
||||
# './...' is a relative pattern which means all subdirectories
|
||||
# - run: go get -u golang.org/x/sys/unix
|
||||
- run: go get -v -t -d ./...
|
||||
- run: go test -v ./...
|
||||
- run: go test -v ./...
|
||||
# codecov.io
|
||||
# - run: go test -v -covermode=count -coverprofile=coverage.out
|
||||
# - run: bash <(curl -s https://codecov.io/bash)
|
||||
# - run: bash <(curl -s https://codecov.io/bash)
|
||||
|
Loading…
Reference in New Issue
Block a user