Skip to content

Commit

Permalink
👷 Add tests for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jan 27, 2024
1 parent 1b224b9 commit 1684d40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ jobs:
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
anchor test
- name: Install the Bolt CLI, create a project and run tests
run: |
cargo install --path cli --force --locked
bolt init test-project --force
cd test-project && bolt test
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 1684d40

Please sign in to comment.