From bcaa6ac3c877f890543e620cde1af2964d4892a8 Mon Sep 17 00:00:00 2001 From: Stephen Morgan Date: Tue, 4 Jan 2022 14:29:20 +0100 Subject: [PATCH] test: Run all tests with --fast compilation, not just functests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec04fe078..90212d8f3 100644 --- a/Makefile +++ b/Makefile @@ -435,7 +435,7 @@ test: functest bench \ # For quieter tests add --silent. It may hide troubleshooting info. # For very verbose tests add --verbosity=debug. It seems hard to get something in between. -STACKTEST=$(STACK) test +STACKTEST=$(STACK) test --fast # When doing build testing, save a little time and output noise by not # running tests & benchmarks. Comment this out if you want to run them. SKIPTESTSBENCHS=--no-run-tests --no-run-benchmarks