mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Skip dependencies when running ct tests
This commit is contained in:
parent
ce7084aa07
commit
a7a6faf91e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ eunit:
|
|||
@$(REBAR) eunit skip_deps=true
|
||||
|
||||
ct:
|
||||
@$(REBAR) ct
|
||||
@$(REBAR) ct skip_deps=true
|
||||
|
||||
build-plt:
|
||||
@$(DIALYZER) --build_plt --output_plt .cowboy_dialyzer.plt \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue