Skip to content

Commit

Permalink
👷 Add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jan 27, 2024
1 parent 54a1469 commit 817989c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,12 @@ jobs:
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
anchor test
- name: Install the Bolt CLI and create a new project
- name: Install the Bolt CLI and create & build a new project
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
cargo install --path cli --force --locked
bolt init test-project --force
cd test-project && bolt build
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 817989c

Please sign in to comment.