skip integration test in GH actions
This commit is contained in:
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 ./...
|
Reference in New Issue
Block a user