Skip to content

Commit 86e48c1

Browse files
author
Alexander Smirnov
committed
Remove duplicated tests from pr rule
1 parent 106b6fd commit 86e48c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ dev: init test
4141

4242
# Verifications to run before sending a pull request
4343
.PHONY: pr
44-
pr: init check-format check-security dev setup-codebuild-agent
45-
CODEBUILD_IMAGE_TAG=codebuild-agent DISTRO="$(DISTRO)" tests/integration/codebuild-local/test_all.sh tests/integration/codebuild
44+
pr: init check-format check-security dev
4645

46+
codebuild: setup-codebuild-agent
47+
CODEBUILD_IMAGE_TAG=codebuild-agent DISTRO="$(DISTRO)" tests/integration/codebuild-local/test_all.sh tests/integration/codebuild
4748

4849
.PHONY: clean
4950
clean:

0 commit comments

Comments
 (0)