Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚠️[NOMERGE] Test protocol limits #412

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
run: |
set -e
cd apps/contracts &&
cargo test --release || exit 1
cargo test --release -- --nocapture|| exit 1
continue-on-error: false
2 changes: 1 addition & 1 deletion apps/contracts/integration-test/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use soroban_sdk::{
};

mod soroswap_setup;
use soroswap_setup::{
pub use soroswap_setup::{
create_soroswap_pool, create_soroswap_factory, create_soroswap_router
};
use crate::{blend_strategy::{create_blend_strategy_contract, BlendStrategyClient}, factory::{AssetStrategySet, Strategy}, test::EnvTestUtils};
Expand Down
1 change: 1 addition & 0 deletions apps/contracts/integration-test/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ impl<'a> IntegrationTest<'a> {
mod vault_one_fixed_strategy;
mod vault_one_hodl_strategy;
mod vault_blend_strategy;
mod limits;
Loading
Loading