Skip to content

Commit 39f3372

Browse files
committed
move client test to program test
1 parent dec25d5 commit 39f3372

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sdk-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
include:
5050
- program: sdk-test-program
51-
sub-tests: '["cargo-test-sbf -p sdk-native-test", "cargo-test-sbf -p sdk-v1-native-test"]'
51+
sub-tests: '["cargo-test-sbf -p sdk-native-test", "cargo-test-sbf -p sdk-v1-native-test", "cargo sbf-test -p client-test"]'
5252
- program: sdk-anchor-test-program
5353
sub-tests: '["cargo-test-sbf -p sdk-anchor-test", "cargo-test-sbf -p sdk-pinocchio-v1-test", "cargo-test-sbf -p sdk-pinocchio-v2-test"]'
5454
- program: sdk-libs
@@ -60,7 +60,6 @@ jobs:
6060
cargo test -p light-sdk --all-features
6161
cargo test -p light-program-test
6262
cargo test -p light-client
63-
cargo sbf-test -p client-test
6463
cargo test -p light-sparse-merkle-tree
6564
cargo test -p light-batched-merkle-tree --features test-only -- --skip test_simulate_transactions --skip test_e2e
6665
steps:

0 commit comments

Comments
 (0)