exercism / kotlin-test-runner

GNU Affero General Public License v3.0
4 stars 11 forks source link

Add script to run tests in Docker #27

Open ErikSchierboom opened 2 years ago

ErikSchierboom commented 2 years ago

A script should be added with which the tests can be run in Docker. This will help verify that the tests pass using the Docker image.

See https://github.com/exercism/prolog-test-runner/blob/main/bin/run-tests-in-docker.sh for an example.