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 487ad34 commit c91c584Copy full SHA for c91c584
.github/workflows/test.yml
@@ -64,6 +64,7 @@ jobs:
64
65
- name: Start MagicBlock Ephemeral Validator
66
run: |
67
+ # Magic voodoo to increase resource limits
68
sudo prlimit --pid $$ --nofile=1048576:1048576
69
sudo sysctl fs.inotify.max_user_instances=1280
70
sudo sysctl fs.inotify.max_user_watches=655360
@@ -90,4 +91,4 @@ jobs:
90
91
EPHEMERAL_WS_ENDPOINT=ws://localhost:7800 \
92
PROVIDER_ENDPOINT=http://localhost:8899 \
93
WS_ENDPOINT=http://localhost:8900 \
- anchor test
94
+ anchor test --provider.cluster localnet
0 commit comments