exercism / nim-test-runner

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

CI: Add support for Exercism v3 track structure #49

Closed ee7 closed 3 years ago

ee7 commented 3 years ago

In order to test the Nim test runner, we have been running it on every exercise from the Nim track repo during CI.

However, as part of the preparation for Exercism v3, the v2 exercises on every track were moved to a new subdirectory: exercises/practice. This caused our CI to indicate failure as the exercises were no longer found.

This commit updates our CI and tests to use the new location for practice exercises, making CI green again.

See:

ee7 commented 3 years ago

Ping @iHiD - can you approve this?

Please let me merge, though.