diff --git a/Makefile b/Makefile index 2b9c4c087..916a5cc24 100644 --- a/Makefile +++ b/Makefile @@ -121,6 +121,7 @@ validate: script/validate-gofmt script/validate-c $(GO) vet $(MOD_VENDOR) ./... + shellcheck tests/integration/*.bats ci: validate test release