mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
8 lines
152 B
Bash
Executable file
8 lines
152 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
cd ../BTCPayServer.Tests
|
|
docker-compose -v
|
|
docker-compose down --v
|
|
docker-compose build
|
|
docker-compose run -e "TEST_FILTERS=$1" tests
|