mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Removing reference to non existant test-website task in makefile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user