Skip to content

Commit c91c584

Browse files
committed
almost there
1 parent 487ad34 commit c91c584

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
6565
- name: Start MagicBlock Ephemeral Validator
6666
run: |
67+
# Magic voodoo to increase resource limits
6768
sudo prlimit --pid $$ --nofile=1048576:1048576
6869
sudo sysctl fs.inotify.max_user_instances=1280
6970
sudo sysctl fs.inotify.max_user_watches=655360
@@ -90,4 +91,4 @@ jobs:
9091
EPHEMERAL_WS_ENDPOINT=ws://localhost:7800 \
9192
PROVIDER_ENDPOINT=http://localhost:8899 \
9293
WS_ENDPOINT=http://localhost:8900 \
93-
anchor test
94+
anchor test --provider.cluster localnet

0 commit comments

Comments
 (0)