diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e3483b3e..717f8d5a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: sudo apt-get install dotnet-sdk-2.1 cd BTCPayServer.Tests dotnet test --filter Fast=Fast - docker-compose up -d + docker-compose up -d dev dotnet test --filter Reliable=Reliable workflows: version: 2