Skip to content

Commit 817989c

Browse files
committed
👷 Add build step
1 parent 54a1469 commit 817989c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,12 @@ jobs:
153153
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
154154
anchor test
155155
156-
- name: Install the Bolt CLI and create a new project
156+
- name: Install the Bolt CLI and create & build a new project
157157
run: |
158158
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
159159
cargo install --path cli --force --locked
160160
bolt init test-project --force
161+
cd test-project && bolt build
161162
162163
- uses: actions/upload-artifact@v3
163164
if: always()

0 commit comments

Comments
 (0)