diff options
author | Florian Wininger <fw.centrale@gmail.com> | 2022-04-12 11:23:03 +0200 |
---|---|---|
committer | Florian Wininger <fw.centrale@gmail.com> | 2022-04-12 11:30:51 +0200 |
commit | 7eeedd22c112e7bd84738da851553c2c1b4dcc99 (patch) | |
tree | 46e27b094a89af70560cda33735971d1884e8635 | |
parent | 4d7f0a74a9c64c50027ead2a149200139e216247 (diff) | |
download | net-ssh-7eeedd22c112e7bd84738da851553c2c1b4dcc99.tar.gz |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |