We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac55c96 commit e81313fCopy full SHA for e81313f
1 file changed
.github/workflows/test-examples.yml
@@ -69,11 +69,9 @@ jobs:
69
sudo sysctl fs.inotify.max_user_instances=1280
70
sudo sysctl fs.inotify.max_user_watches=655360
71
RUST_LOG=info ephemeral-validator \
72
- --accounts-lifecycle ephemeral \
73
- --remote-cluster development \
74
- --remote-url http://127.0.0.1:8899 \
75
- --remote-ws-url ws://127.0.0.1:8900 \
76
- --rpc-port 7799 &
+ --remotes "http://localhost:8899" \
+ --remotes "ws://localhost:8900" \
+ -l "127.0.0.1:7799" &
77
78
# Wait for validator to be ready
79
timeout 20 bash -c 'until curl -s http://localhost:7799 >/dev/null 2>&1; do sleep 1; done'
0 commit comments