diff --git a/.github/workflows/test-sui.yml b/.github/workflows/test-sui.yml index 027824d..8c82f90 100644 --- a/.github/workflows/test-sui.yml +++ b/.github/workflows/test-sui.yml @@ -46,6 +46,6 @@ jobs: - name: Test timeout-minutes: 15 run: | - # nohup sh -c 'RUST_LOG=off sui-test-validator' > nohup.out 2> nohup.err < /dev/null & - # sleep 30 - # npm run test:sui + nohup sh -c 'RUST_LOG=off sui-test-validator' > nohup.out 2> nohup.err < /dev/null & + sleep 30 + npm run test:sui