parent
7abefc9067
commit
2a46726ceb
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -19,7 +19,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
staticcheck ./...
|
staticcheck ./...
|
||||||
- name: Run vet
|
|
||||||
run: go vet ./...
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test -race ./...
|
run: go test -race ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user