diff --git a/Makefile b/Makefile index 2b9c4c08..916a5cc2 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