File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ cargo test-sbf -p compressed-token-test -- --test test_transfer_with_photon_and_
11
11
cargo xtask export-photon-test-data --test-name batched_tree_token_transactions;
12
12
killall solana-test-validator;
13
13
14
- cargo test-sbf -p compressed-token -test -- --ignored --test generate_photon_test_data_multiple_events;
14
+ cargo test-sbf -p system-cpi-v2 -test -- --ignored --test generate_photon_test_data_multiple_events;
15
15
cargo xtask export-photon-test-data --test-name test_multiple_events;
16
16
killall solana-test-validator;
17
17
18
- cargo test-sbf -p compressed-token-test -- --ignored --test generate_photon_test_data_multiple_events;
19
- cargo xtask export-photon-test-data --test-name test_multiple_events;
18
+ # let num_addresses = 2;
19
+ cargo test -p forester -- --test test_create_v2_address;
20
+ cargo xtask export-photon-test-data --test-name batched_address_2_transactions;
20
21
killall solana-test-validator;
21
-
22
+ # let num_addresses = 1;
22
23
cargo test -p forester -- --test test_create_v2_address;
23
- cargo xtask export-photon-test-data --test-name test_create_v2_address ;
24
- killall solana-test-validator;
24
+ cargo xtask export-photon-test-data --test-name batched_address_transactions ;
25
+ killall solana-test-validator;
You can’t perform that action at this time.
0 commit comments