Skip to content

Commit b51a5b6

Browse files
committed
Fix pixi run rs-update-insta-tests
1 parent 0b0ffc3 commit b51a5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ meilisearch = "meilisearch --db-path=./meilisearch/data.ms --dump-dir=./meilisea
186186
download-design-tokens = "curl --fail https://rerun-docs.netlify.app/api/tokens | jq > crates/re_ui/data/design_tokens.json"
187187

188188
# Update the results of `insta` snapshot regression tests
189-
rs-update-insta-tests = "cargo test && cargo insta review"
189+
rs-update-insta-tests = "cargo test ; cargo insta review"
190190

191191
# Upload image to gcloud storage.
192192
upload-image = "python scripts/upload_image.py"

0 commit comments

Comments
 (0)