diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5446d06..00c52ce 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ on: push jobs: test: - runs-on: ubuntu-2204-4core + runs-on: ubuntu-2204-8core steps: - name: Tell me things about where I'm running @@ -15,27 +15,27 @@ jobs: 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 \ No newline at end of file + - 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 \ No newline at end of file