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:23:03 +0200
commit5fc0e81bf2c35f6d5b002461bc325c34ac956e27 (patch)
tree46e27b094a89af70560cda33735971d1884e8635
parent3420e9aa06d6bac2df910c885620f208c7267c4b (diff)
downloadnet-ssh-refactoring_ci.tar.gz
Update README.mdrefactoring_ci
-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