Explorar o código

Remove unknown test flag

Łukasz Jan Niemier %!s(int64=9) %!d(string=hai) anos
pai
achega
37325eec73
Modificáronse 1 ficheiros con 1 adicións e 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)