Skip to content

Commit

Permalink
Fix pixi run rs-update-insta-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Apr 22, 2024
1 parent 0b0ffc3 commit b51a5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ meilisearch = "meilisearch --db-path=./meilisearch/data.ms --dump-dir=./meilisea
download-design-tokens = "curl --fail https://rerun-docs.netlify.app/api/tokens | jq > crates/re_ui/data/design_tokens.json"

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

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

0 comments on commit b51a5b6

Please sign in to comment.