Skip to content

Commit

Permalink
justfile insta install
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Oct 21, 2023
1 parent e377bd6 commit b88d714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b88d714

Please sign in to comment.