mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +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
|