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

Commit 8ef28ab

Browse files
committed
Move around twoxtx steps
1 parent 59db149 commit 8ef28ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ jobs:
231231
232232
- name: Build and test token-2022 twoxtx (TEMPORARY)
233233
run: |
234+
cargo build-sbf --manifest-path token/program-2022/Cargo.toml
235+
cargo build-sbf --manifest-path instruction-padding/program/Cargo.toml
234236
./token/twoxtx-setup.sh
235-
./token/twoxtx-solana/cargo-build-sbf --manifest-path token/program-2022/Cargo.toml
236-
./token/twoxtx-solana/cargo-build-sbf --manifest-path instruction-padding/program/Cargo.toml
237237
./token/twoxtx-solana/cargo-test-sbf --manifest-path token/program-2022-test/Cargo.toml -- --nocapture
238238
239239
js-test:

0 commit comments

Comments
 (0)