|
@@ -38,6 +38,7 @@ jobs:
|
|
- name: Setup Environment
|
|
- name: Setup Environment
|
|
uses: ./.github/actions/setup
|
|
uses: ./.github/actions/setup
|
|
with:
|
|
with:
|
|
|
|
+ cargo-cache-key: cargo-programs
|
|
solana: true
|
|
solana: true
|
|
|
|
|
|
- name: Format JS Client
|
|
- name: Format JS Client
|
|
@@ -46,6 +47,9 @@ jobs:
|
|
- name: Lint JS Client
|
|
- name: Lint JS Client
|
|
run: pnpm clients:js:lint
|
|
run: pnpm clients:js:lint
|
|
|
|
|
|
|
|
+ - name: Build Programs
|
|
|
|
+ run: pnpm programs:build
|
|
|
|
+
|
|
- name: Test JS Client
|
|
- name: Test JS Client
|
|
run: pnpm clients:js:test
|
|
run: pnpm clients:js:test
|
|
|
|
|