diff --git a/.github/workflows/test-sui.yml b/.github/workflows/test-sui.yml index 8c82f90..027824d 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