From 5e880e8658b86e4d0f0c397934e6068830440701 Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Wed, 10 Apr 2024 08:01:57 +0200 Subject: [PATCH] fix: run itests separated in final-check --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 2a67a810..3e3a778a 100644 --- a/justfile +++ b/justfile @@ -34,7 +34,7 @@ typos-fix-all: final-check: cargo fmt --all just typos - cargo test + RUST_BACKTRACE=1 cargo test --workspace --exclude integrationtests just run-itests just build-wasm