Skip to content

Commit a63c0b7

Browse files
committed
edit
1 parent 4152a57 commit a63c0b7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Programs
1+
name: Test Examples
22

33
on:
44
push:
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
test:
11+
Build and Test:
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -64,6 +64,9 @@ jobs:
6464
6565
- name: Start MagicBlock Ephemeral Validator
6666
run: |
67+
# Increase file descriptor limit for the current session
68+
ulimit -n 1000000
69+
6770
RUST_LOG=info ephemeral-validator \
6871
--accounts-lifecycle ephemeral \
6972
--remote-cluster development \

0 commit comments

Comments
 (0)