We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pixi run rs-update-insta-tests
1 parent 0b0ffc3 commit b51a5b6Copy full SHA for b51a5b6
pixi.toml
@@ -186,7 +186,7 @@ meilisearch = "meilisearch --db-path=./meilisearch/data.ms --dump-dir=./meilisea
186
download-design-tokens = "curl --fail https://rerun-docs.netlify.app/api/tokens | jq > crates/re_ui/data/design_tokens.json"
187
188
# Update the results of `insta` snapshot regression tests
189
-rs-update-insta-tests = "cargo test && cargo insta review"
+rs-update-insta-tests = "cargo test ; cargo insta review"
190
191
# Upload image to gcloud storage.
192
upload-image = "python scripts/upload_image.py"
0 commit comments