Skip to content

Commit

Permalink
chore: add sui tests back
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 9, 2024
1 parent 0aeb244 commit e95af61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-sui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e95af61

Please sign in to comment.