We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc508b commit f64efbaCopy full SHA for f64efba
.github/workflows/test.yml
@@ -61,7 +61,6 @@ jobs:
61
62
# Wait for validator to be ready
63
timeout 30 bash -c 'until solana cluster-version --url http://localhost:8899 >/dev/null 2>&1; do sleep 1; done'
64
-
65
- name: Start MagicBlock Ephemeral Validator
66
run: |
67
sudo prlimit --pid $$ --nofile=1048576:1048576
0 commit comments