From e95af61edcb2edff8cd6cb1bcb88c6649ea987eb Mon Sep 17 00:00:00 2001 From: npty Date: Tue, 9 Jul 2024 19:04:33 +0700 Subject: [PATCH] chore: add sui tests back --- .github/workflows/test-sui.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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