mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
5 lines
121 B
Bash
Executable file
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
|