From 6e8e9ee070eb30681edb745b55dcee07b7c57086 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 8 Jun 2023 21:04:15 +1000 Subject: [PATCH] Run `unit-tests` as part of `make test` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0034442a..3b6cdd27 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .DEFAULT_GOAL := default lint: buildkite-plugin-lint rubocop shellcheck -test: buildkite-plugin-test buildkite-plugin-test-commands-are-executable +test: unit-tests buildkite-plugin-test buildkite-plugin-test-commands-are-executable buildkite-plugin-test: docker run -t --rm -v "${PWD}":/plugin buildkite/plugin-tester