Skip to content

Commit

Permalink
Run unit-tests as part of make test
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 8, 2023
1 parent 8a3ff2d commit 6e8e9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6e8e9ee

Please sign in to comment.