Skip to content

Commit

Permalink
👷 Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jan 27, 2024
1 parent e44833b commit c757396
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 @@ -149,7 +149,8 @@ jobs:
run: |
cargo install --path cli --force --locked
bolt init test-project --force
cd test-project && anchor test
sleep 5
cd test-project && bolt test
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit c757396

Please sign in to comment.