mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-12 01:34:34 +01:00
Remove code
This commit is contained in:
@@ -5,12 +5,3 @@ $FILTERS=" "
|
||||
if [[ "$TEST_FILTERS" ]]; then
|
||||
$FILTERS="--filter $TEST_FILTERS"
|
||||
fi
|
||||
|
||||
dotnet test $FILTERS --no-build -v n
|
||||
dotnet test --filter ExternalIntegration=ExternalIntegration --no-build -v n
|
||||
dotnet test --filter Fast=Fast --no-build
|
||||
dotnet test --filter Selenium=Selenium --no-build -v n
|
||||
dotnet test --filter Integration=Integration --no-build -v n
|
||||
if [[ "$TESTS_RUN_EXTERNAL_INTEGRATION" == "true" ]]; then
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user