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 58eda84 commit e44833b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
yarn --frozen-lockfile --network-concurrency 2
- uses: dtolnay/rust-toolchain@stable
- name: install rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable

Expand Down Expand Up @@ -148,7 +149,7 @@ jobs:
run: |
cargo install --path cli --force --locked
bolt init test-project --force
cd test-project && bolt test
cd test-project && anchor test
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit e44833b

Please sign in to comment.