Skip to content

Commit

Permalink
chore: uncomment sui-test-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Dec 8, 2023
1 parent 9d6fc74 commit 49e80f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Test
timeout-minutes: 15
run: |
# nohup sh -c "sui-test-validator" > nohup.out 2> nohup.err < /dev/null &
nohup sh -c "sui-test-validator" > nohup.out 2> nohup.err < /dev/null &
nohup sh -c "aptos node run-local-testnet --with-faucet" > nohup.out 2> nohup.err < /dev/null &
sleep 10
npm run test

0 comments on commit 49e80f5

Please sign in to comment.