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

Closed ErikSchierboom closed 2 months ago

ErikSchierboom commented 3 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.

homersimpsons commented 2 months ago

Looks like this is done with #35