btcpayserver/BTCPayServer.Tests/docker-entrypoint.sh

6 lines
121 B
Bash
Raw Normal View History

2018-12-18 22:35:58 +09:00
#!/bin/sh
set -e
dotnet test --filter Fast=Fast --no-build
2018-12-20 18:35:32 +09:00
dotnet test --filter Integration=Integration --no-build -v n