Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Oct 4, 2024
1 parent b2e36be commit df1dd3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ runs:
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
components: rustc, cargo, rustfmt, clippy
cache: true

- name: Install Solana
uses: metaplex-foundation/actions/install-solana@v1
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ jobs:
with:
cargo-cache-key: cargo-programs

- name: Test 1
run: ls -ao ~/.cache
- name: Test 2
run: ls -ao ~/.cache/solana

- name: Workaround for Solana platform-tools
run: mkdir -p ~/.cache/solana

- name: Build Programs
run: pnpm programs:build

Expand Down

0 comments on commit df1dd3e

Please sign in to comment.