Skip to content

Commit

Permalink
fix update_all_snapshots.sh (#20630)
Browse files Browse the repository at this point in the history
---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
aschran authored Dec 16, 2024
1 parent 5376911 commit 5c9709f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_all_snapshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ 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
cd "$ROOT/crates/sui-core" && cargo -q run --example generate-format -- print > tests/staged/sui.yaml
cd "$ROOT/crates/sui-core" && cargo run --example generate-format -- print > tests/staged/sui.yaml
UPDATE=1 cargo test -p sui-framework --test build-system-packages
UPDATE=1 cargo test -p sui-rpc-api

0 comments on commit 5c9709f

Please sign in to comment.