Explorar el Código

Remove unknown test flag

Łukasz Jan Niemier hace 9 años
padre
commit
37325eec73
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -3,7 +3,7 @@ CARGO_CMD ?= cargo
 packages = bigint integer rational traits
 
 test:
-	$(MAKE) run-all TASK="test --no-fail-fast"
+	$(MAKE) run-all TASK="test"
 
 run-all: $(packages)
 	$(CARGO_CMD) $(TASK)