From b88d714bf6f540762f0bf9c13f9ac9189884449a Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sat, 21 Oct 2023 18:41:21 -0400 Subject: [PATCH] justfile insta install --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 774a88746..b5f7649b2 100644 --- a/justfile +++ b/justfile @@ -147,12 +147,12 @@ bless: restart clean-test bless-insta-martin bless-insta-mbtiles mv tests/output tests/expected # Run integration tests and save its output as the new expected output -bless-insta-mbtiles *ARGS: (cargo-install "insta" "cargo-insta") +bless-insta-mbtiles *ARGS: (cargo-install "cargo-insta") #rm -rf martin-mbtiles/tests/snapshots cargo insta test --accept --unreferenced=auto -p martin-mbtiles {{ ARGS }} # Run integration tests and save its output as the new expected output -bless-insta-martin *ARGS: (cargo-install "insta" "cargo-insta") +bless-insta-martin *ARGS: (cargo-install "cargo-insta") cargo insta test --accept --unreferenced=auto -p martin {{ ARGS }} # Build and open mdbook documentation