btcpayserver/BTCPayServer.Tests/docker-entrypoint.sh
2018-12-20 18:35:32 +09:00

6 lines
121 B
Bash
Executable File

#!/bin/sh
set -e
dotnet test --filter Fast=Fast --no-build
dotnet test --filter Integration=Integration --no-build -v n