exercism / nim-test-runner

GNU Affero General Public License v3.0
2 stars 3 forks source link

Allow running smoke tests locally #163

Closed ErikSchierboom closed 6 months ago

ErikSchierboom commented 7 months ago

Right now, the code for running smoke tests is all in .github/workflows/ci.yml, which makes it not easy to run the smoke tests locally. It would be very useful if a script could be added that would allow running the smoke tests (using the Docker image) locally.