mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
6 lines
121 B
Bash
Executable File
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
|