From 7f45cbd5df26a4dcd96e32972a427805e8878fa0 Mon Sep 17 00:00:00 2001 From: durch Date: Tue, 15 Feb 2022 14:41:00 +0100 Subject: [PATCH] Rename all -> test --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index acb839b943..561e1b8ae0 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -all: clippy-all test wasm fmt -happy: clippy-happy test fmt +test: fmt clippy-all test wasm +happy: fmt clippy-happy test clippy-all: clippy-all-main clippy-all-contracts clippy-all-wallet clippy-happy: clippy-happy-main clippy-happy-contracts clippy-happy-wallet -test: test-main test-contracts test-wallet +cargo-test: test-main test-contracts test-wallet fmt: fmt-main fmt-contracts fmt-wallet clippy-happy-main: