mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-24 15:09:35 -05:00
Reduce stack size to prevent CI resource issues
This commit is contained in:
parent
e4eed7b1a5
commit
b4ac69fa9c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
run: cargo test --workspace --all-features
|
||||
env:
|
||||
MONERO_ADDITIONAL_SLEEP_PERIOD: 60000
|
||||
RUST_MIN_STACK: 100000000000
|
||||
RUST_MIN_STACK: 10000000
|
||||
|
||||
- name: Build binary
|
||||
run: |
|
||||
|
@ -13,7 +13,7 @@ use testcontainers::clients::Cli;
|
||||
use uuid::Uuid;
|
||||
use xmr_btc::{bitcoin, config::Config, cross_curve_dleq};
|
||||
|
||||
/// Run the following tests with RUST_MIN_STACK=100000000000
|
||||
/// Run the following tests with RUST_MIN_STACK=10000000
|
||||
|
||||
#[tokio::test]
|
||||
async fn happy_path() {
|
||||
|
Loading…
Reference in New Issue
Block a user