From 8b3f41e91bab512aba2635a0475ea30326c15b7c Mon Sep 17 00:00:00 2001 From: Tim Sehn Date: Mon, 15 Mar 2021 18:12:03 -0700 Subject: [PATCH] Update README.md --- integration-tests/bats/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/bats/README.md b/integration-tests/bats/README.md index 6dc997ff8c..704f1250be 100644 --- a/integration-tests/bats/README.md +++ b/integration-tests/bats/README.md @@ -2,7 +2,7 @@ BATS is used to integration test `dolt`. Our BATS tests started as a humble suite of integration tests. Over two years of development the suite has grown to over 1,000 tests. When we find a customer facing bug in the `dolt` command line or -SQL implementation, we cover it with a BATS test. These tests are run on every `dolt` PR on Windows and Linux using +SQL implementation, we cover it with a BATS test. These tests are run on every `dolt` PR on Mac, Windows, and Linux using GitHub Actions. These tests are also useful documentation. If you are wondering how a certain command or feature works in practice,