Skip to content

Commit

Permalink
Address PR issues: doc comments, clippy, tests, and other small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Jun 12, 2024
1 parent 9222e3e commit 5189b84
Show file tree
Hide file tree
Showing 10 changed files with 268 additions and 225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Set env
run: |
echo "VITE_SUI_BIN=$PWD/target/debug/sui" >> $GITHUB_ENV
echo "E2E_RUN_LOCAL_NET_CMD=(RUST_LOG=info RUST_BACKTRACE=1 $(echo $PWD/target/debug/sui) --with-faucet --with-indexer --pg-port 5432 --pg-db-name sui_indexer_v2 --with-graphql --graphql-port 9125 --random-genesis)" >> $GITHUB_ENV
echo "E2E_RUN_LOCAL_NET_CMD=(RUST_LOG=info RUST_BACKTRACE=1 $(echo $PWD/target/debug/sui) start --with-faucet --with-indexer --pg-port 5432 --pg-db-name sui_indexer_v2 --with-graphql --graphql-port 9125 --random-genesis)" >> $GITHUB_ENV
- name: Run TS SDK e2e tests
if: ${{ needs.diff.outputs.isTypescriptSDK == 'true' || needs.diff.outputs.isRust == 'true'}}
Expand Down
1 change: 0 additions & 1 deletion crates/sui-cluster-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ sui-indexer.workspace = true
sui-faucet.workspace = true
sui-graphql-rpc.workspace = true
sui-swarm.workspace = true
# sui.workspace = true
sui-swarm-config.workspace = true
sui-json-rpc-types.workspace = true
sui-sdk.workspace = true
Expand Down
Loading

0 comments on commit 5189b84

Please sign in to comment.