summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <fw.centrale@gmail.com>2022-04-12 11:23:03 +0200
committerFlorian Wininger <fw.centrale@gmail.com>2022-04-12 11:30:51 +0200
commit7eeedd22c112e7bd84738da851553c2c1b4dcc99 (patch)
tree46e27b094a89af70560cda33735971d1884e8635
parent4d7f0a74a9c64c50027ead2a149200139e216247 (diff)
downloadnet-ssh-7eeedd22c112e7bd84738da851553c2c1b4dcc99.tar.gz
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0c5e90b..7b2a451 100644
--- a/README.md
+++ b/README.md
@@ -211,6 +211,12 @@ Run the test suite from the net-ssh directory with the following command:
bundle exec rake test
```
+NOTE : you can run test on all ruby versions with docker :
+
+```
+docker-compose up --build
+```
+
Run a single test file like this:
```sh