Skip to content

Commit

Permalink
Better ulimit command
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Jan 2, 2024
1 parent b10b02e commit c9a80a7
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@ jobs:
- name: Tell me things about where I'm running
run: |
set -x
ulimit -n
ulimit -a
cat /proc/sys/kernel/pid_max
sysctl -a
- name: Checkout Multisig Repository
uses: actions/checkout@v2

- name: Checkout Solana
uses: actions/checkout@v4
with:
repository: solana-labs/solana
ref: 'v1.16.24'
path: 'solana'

- name: Add Solana to Path
run: echo "`pwd`/solana" >> $GITHUB_PATH

- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable

- name: Run Tests
run: npm run test
# - name: Checkout Multisig Repository
# uses: actions/checkout@v2
#
# - name: Checkout Solana
# uses: actions/checkout@v4
# with:
# repository: solana-labs/solana
# ref: 'v1.16.24'
# path: 'solana'
#
# - name: Add Solana to Path
# run: echo "`pwd`/solana" >> $GITHUB_PATH
#
# - name: Setup Node 20
# uses: actions/setup-node@v4
# with:
# node-version: '20'
# cache: 'npm'
#
# - name: Setup Rust
# uses: dtolnay/rust-toolchain@stable
#
# - name: Run Tests
# run: npm run test

0 comments on commit c9a80a7

Please sign in to comment.