Makefile: Add missing fetch for test-flakey (#163)

Signed-off-by: Jon Richards <jon.richards@nordstrom.com>
This commit is contained in:
Jon Richards 2018-12-18 15:15:01 -08:00 committed by Oliver Gould
parent 9c0a94987d
commit efe5299575
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ test: fetch
$(CARGO_TEST) --no-default-features
.PHONY: test-flakey
test-flakey:
test-flakey: fetch
$(CARGO_TEST)
.PHONY: package