From e2ff33d7db4bb41823df32068a91a9aca7a3108c Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 27 Oct 2018 23:20:50 +0900 Subject: [PATCH] Document how to test mysql --- BTCPayServer.Tests/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BTCPayServer.Tests/README.md b/BTCPayServer.Tests/README.md index a9bb1a930..20df8e227 100644 --- a/BTCPayServer.Tests/README.md +++ b/BTCPayServer.Tests/README.md @@ -35,6 +35,8 @@ You can run the tests inside a container by running docker-compose run --rm tests ``` +You can run tests on `MySql` database instead of `Postgres` by setting environnement variable `TESTS_DB` equals to `MySql`. + ## How to manually test payments ### Using the test bitcoin-cli