Merge pull request #14464 from tonytrg/remove-dead-code

Removing reference to non existant test-website task in makefile
This commit is contained in:
Seth Hoenig 2022-09-09 09:35:33 -05:00 committed by GitHub
commit 6ffea7bb7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -287,9 +287,6 @@ test: ## Run the Nomad test suite and/or the Nomad UI test suite
@if [ ! $(SKIP_NOMAD_TESTS) ]; then \
make test-nomad; \
fi
@if [ $(RUN_WEBSITE_TESTS) ]; then \
make test-website; \
fi
@if [ $(RUN_UI_TESTS) ]; then \
make test-ui; \
fi