mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
remove fast task
This commit is contained in:
parent
5925bd5e37
commit
88595f09aa
4
Makefile
4
Makefile
@ -4,13 +4,11 @@ TEST_SUITE=fast
|
|||||||
|
|
||||||
.PHONY: $(SHELLS) test
|
.PHONY: $(SHELLS) test
|
||||||
|
|
||||||
fast: $(SHELLS)
|
|
||||||
|
|
||||||
$(SHELLS):
|
$(SHELLS):
|
||||||
@printf '\n\033[0;34m%s\033[0m\n' "Running tests in $@"
|
@printf '\n\033[0;34m%s\033[0m\n' "Running tests in $@"
|
||||||
@$@ $(URCHIN) -f test/$(TEST_SUITE)
|
@$@ $(URCHIN) -f test/$(TEST_SUITE)
|
||||||
|
|
||||||
test: fast
|
test: $(SHELLS)
|
||||||
@$(URCHIN) -f test/slow
|
@$(URCHIN) -f test/slow
|
||||||
|
|
||||||
default: test
|
default: test
|
||||||
|
Loading…
Reference in New Issue
Block a user