diff --git a/misc/nutshell_wallet_itest.sh b/misc/nutshell_wallet_itest.sh index e468852b..f7f36cd3 100755 --- a/misc/nutshell_wallet_itest.sh +++ b/misc/nutshell_wallet_itest.sh @@ -156,8 +156,8 @@ export CDK_TEST_MINT_URL=${MINT_URL} # Run the integration test echo "Running integration test..." -cargo test -p cdk-integration-tests --test nutshell_wallet -cargo test -p cdk-integration-tests --test test_fees +cargo test -p cdk-integration-tests --test nutshell_wallet -- --test-threads 1 +cargo test -p cdk-integration-tests --test test_fees -- --test-threads 1 TEST_STATUS=$? # Exit with the test status