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

5 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