Skip to content

Verify exercises in docker #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

keiravillekode
Copy link
Contributor

verify-exercises-in-docker is adapted from generic-track

Skipping parallel-letter-frequency

@fapdash
Copy link
Contributor

fapdash commented May 27, 2025

Great idea. I think it makes sense to call this script in the CI job instead of bin/test-examples, no?

bash bin/test-examples

parallel-letter-frequency test should work once exercism/emacs-lisp-test-runner#88 is merged. :)

@keiravillekode keiravillekode force-pushed the verify-exercises-in-docker branch from 52a0b38 to a4bac8e Compare June 10, 2025 04:59
@keiravillekode
Copy link
Contributor Author

parallel-letter-frequency works when I limit the number of processes. I'm not sure why.

@keiravillekode
Copy link
Contributor Author

Note that if we choose to use this for CI, we might need to wait 3 times longer for results:

time bin/test-examples
real    0m12.962s
user    0m10.093s
sys     0m4.300s

time bin/verify-exercises-in-docker
real    0m35.558s
user    0m1.278s
sys     0m2.243s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants