skip integration test in GH actions
This commit is contained in:
parent
eb25b2a615
commit
02b27d9b70
3 changed files with 16 additions and 1 deletions
2
.github/actions/check/entrypoint.sh
vendored
2
.github/actions/check/entrypoint.sh
vendored
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
golangci-lint run
|
||||
go test -cover ./...
|
||||
go test -cover -short ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue