Removing reference to non existant test-website task in makefile

This commit is contained in:
Tony Truong
2022-09-06 01:02:21 +02:00
parent d33f1eac71
commit eac690bb40

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