Compare commits

...

3 Commits

Author SHA1 Message Date
Sebastian Bor 8f9db44ec3 fix: Restore test_all_deposits() 2022-12-21 16:39:52 +00:00
Sebastian Bor e719ff5c27 wip: Disable test_all_deposits 2022-12-21 14:27:40 +00:00
Sebastian Bor e6ab5a0002 chore: Add test-sbf feature 2022-12-21 14:08:39 +00:00
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![cfg(feature = "test-sbf")]
use anchor_spl::token::TokenAccount;
use program_test::*;
use solana_program_test::*;