Skip to content

Bump solana-program from 1.18.1 to 1.18.4 #38

Bump solana-program from 1.18.1 to 1.18.4

Bump solana-program from 1.18.1 to 1.18.4 #38

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
internal-tests:
name: Internal tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
components: clippy,rustfmt
override: true
profile: minimal
toolchain: nightly-2023-10-15
- uses: Swatinem/rust-cache@v2
- run: .scripts/internal-tests.sh
integration-tests:
name: Integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
components: clippy,rustfmt
override: true
profile: minimal
toolchain: nightly-2023-10-15
- uses: Swatinem/rust-cache@v2
- run: .scripts/integration-tests.sh
env:
ALICE_PK: ${{ secrets.ALICE_PK }}
ALICE_SK: ${{ secrets.ALICE_SK }}