Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 9a45570

Browse files
committed
build record program in ci
1 parent 55b4baf commit 9a45570

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull-request-token.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
6767
6868
- name: Build and test token
69-
run: ./ci/cargo-test-sbf.sh token
69+
run: |
70+
cargo build-sbf --manifest-path record/program/Cargo.toml
71+
./ci/cargo-test-sbf.sh token
7072
7173
- name: Upload programs
7274
uses: actions/upload-artifact@v3
@@ -246,6 +248,7 @@ jobs:
246248
run: |
247249
cargo build-sbf --manifest-path token/program-2022/Cargo.toml
248250
cargo build-sbf --manifest-path instruction-padding/program/Cargo.toml
251+
cargo build-sbf --manifest-path record/program/Cargo.toml
249252
./token/twoxtx-setup.sh
250253
./token/twoxtx-solana/cargo-test-sbf --manifest-path token/program-2022-test/Cargo.toml -- --nocapture
251254

0 commit comments

Comments
 (0)