Files
btcpayserver/BTCPayServer.Tests/docker-entrypoint.sh
2018-12-18 22:35:58 +09:00

6 lines
116 B
Bash
Executable File

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