Skip to content

Commit

Permalink
👷 Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jan 27, 2024
1 parent 69ee946 commit 296c407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
yarn --frozen-lockfile --network-concurrency 2
- name: install rust
uses: dtolnay/rust-toolchain@1.73.0
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable

Expand Down Expand Up @@ -147,8 +147,8 @@ jobs:
- name: Install the Bolt CLI, create a project and run tests
run: |
rustc --version
cargo --version
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
cargo add solana-readonly-account
cargo install --path cli --force --locked
bolt init test-project --force
cd test-project && bolt test
Expand Down

0 comments on commit 296c407

Please sign in to comment.