Skip to content

Commit

Permalink
scripts: add sui-framework and openapi to snapshot update script
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jul 9, 2024
1 parent 95f19a0 commit badcf3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/update_all_snapshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ ROOT="$SCRIPT_DIR/.."
cd "$ROOT/crates/sui-protocol-config" && cargo insta test --review
cd "$ROOT/crates/sui-swarm-config" && cargo insta test --review
cd "$ROOT/crates/sui-open-rpc" && cargo run --example generate-json-rpc-spec -- record
UPDATE=1 cargo test -p sui-framework --test build-system-packages
UPDATE=1 cargo test -p sui-rest-api

0 comments on commit badcf3f

Please sign in to comment.