Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Oct 18, 2024
1 parent 7384785 commit 8bbaabd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ jobs:

- name: Run tests that do not require local network
run: make test

- name: rustdoc
run: make doc

- name: Get releases JSON file
- name: Get Sui releases JSON file
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
Expand Down Expand Up @@ -86,13 +89,10 @@ jobs:
tar -zxvf $filename ./sui
./sui start --force-regenesis --with-faucet --with-indexer --with-graphql --pg-port 5432 --pg-db-name sui_indexer_v2 --epoch-duration-ms 10000 &
- name: Run tests that require local network
- name: Run tests that require local network (GraphQL Client and Tx Builder)
run: |
make test-with-localnet
- name: rustdoc
run: make doc

wasm:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 8bbaabd

Please sign in to comment.