Skip to content

Commit e540210

Browse files
committed
fix program integration tests
1 parent 4ddd530 commit e540210

File tree

97 files changed

+6135
-892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+6135
-892
lines changed

.cargo/config.toml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/light-examples-tests.yml

Lines changed: 1 addition & 1 deletion
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-test"]'
51+
sub-tests: '["cargo-test-sbf -p sdk-native-test"]'
5252
- program: sdk-anchor-test-program
5353
sub-tests: '["cargo-test-sbf -p sdk-anchor-test", "cargo-test-sbf -p sdk-pinocchio-test"]'
5454

.github/workflows/light-system-programs-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- program: light-compressed-token
6565
sub-tests: '["cargo-test-sbf -p compressed-token-test"]'
6666
- program: system-cpi-test
67-
sub-tests: '["cargo-test-sbf -p system-cpi-test"]'
67+
sub-tests: '["cargo-test-sbf -p system-cpi-test", "cargo test -p light-system-program-pinocchio --all-features"]'
6868
- program: system-cpi-test-v2-event
6969
sub-tests: '["cargo-test-sbf -p system-cpi-v2-test -- event::parse"]'
7070
- program: system-cpi-test-v2-functional

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
cargo test -p aligned-sized
5151
cargo test -p light-hasher --all-features
5252
cargo test -p light-compressed-account --all-features
53+
cargo test -p light-compressed-account --features new-unique
5354
cargo test -p light-account-checks --all-features
5455
cargo test -p light-verifier --all-features
5556
cargo test -p light-merkle-tree-metadata --all-features
@@ -71,7 +72,7 @@ jobs:
7172
cargo test -p light-sdk
7273
cargo test -p light-program-test
7374
cargo test -p light-client
74-
cargo test-sbf -p client-test
75+
cargo test -p client-test
7576
cargo test -p light-sparse-merkle-tree
7677
cargo test -p light-batched-merkle-tree --features test-only -- --skip test_simulate_transactions --skip test_e2e
7778

0 commit comments

Comments
 (0)