We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a1469 commit 817989cCopy full SHA for 817989c
.github/workflows/run-tests.yml
@@ -153,11 +153,12 @@ jobs:
153
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
154
anchor test
155
156
- - name: Install the Bolt CLI and create a new project
+ - name: Install the Bolt CLI and create & build a new project
157
run: |
158
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
159
cargo install --path cli --force --locked
160
bolt init test-project --force
161
+ cd test-project && bolt build
162
163
- uses: actions/upload-artifact@v3
164
if: always()
0 commit comments