diff --git a/make/testing_flags.mk b/make/testing_flags.mk index 8c696441..c52a26df 100644 --- a/make/testing_flags.mk +++ b/make/testing_flags.mk @@ -54,5 +54,5 @@ endif # Construct the integration test command with the added build flags. -ITEST_TAGS := $(DEV_TAGS) rpctest +ITEST_TAGS := $(DEV_TAGS) rpctest chainrpc walletrpc signrpc invoicesrpc autopilotrpc ITEST := rm output*.log; date; $(GOTEST) -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput