diff --git a/BTCPayServer.Tests/docker-entrypoint.sh b/BTCPayServer.Tests/docker-entrypoint.sh index a659d6902..1cd229031 100755 --- a/BTCPayServer.Tests/docker-entrypoint.sh +++ b/BTCPayServer.Tests/docker-entrypoint.sh @@ -2,7 +2,7 @@ set -e dotnet test --filter Fast=Fast --no-build +dotnet test --filter Integration=Integration --no-build -v n if [[ "$TESTS_RUN_EXTERNAL_INTEGRATION" == "true" ]]; then dotnet test --filter ExternalIntegration=ExternalIntegration --no-build -v n fi -dotnet test --filter Integration=Integration --no-build -v n