mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-18 21:32:27 +01:00
Remove code
This commit is contained in:
parent
39f75d3742
commit
a3b914d8b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user