Skip to content
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

Benchmark tests should not run on the website #1607

Closed
jmrunkle opened this issue Sep 16, 2021 · 1 comment
Closed

Benchmark tests should not run on the website #1607

jmrunkle opened this issue Sep 16, 2021 · 1 comment
Assignees

Comments

@jmrunkle
Copy link
Contributor

This requires changes both in the test code as well as in the actual test runner, but the simplest option is to skip tests using the short flag.

I will be creating another issue in the go test runner repo to make the relevant change for the test runner itself so that it sets the -short flag when running go test.

By using the short flag, CLI students that simply run go test will automatically see the benchmarks, but students in the UI will not be weighed down by them.

@ErikSchierboom
Copy link
Member

Closed by exercism/go-test-runner#37

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

No branches or pull requests

2 participants