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

Document how to run unit tests #117

Open
stefnotch opened this issue Sep 6, 2024 · 1 comment
Open

Document how to run unit tests #117

stefnotch opened this issue Sep 6, 2024 · 1 comment

Comments

@stefnotch
Copy link

It'd be lovely if potential contributors could run the unit tests that rely on loom. Currently, I do not know how to run those.

RUSTFLAGS="--cfg loom" cargo test --release does not seem to work

@nagisa
Copy link
Owner

nagisa commented Sep 23, 2024

Yeah, unfortunately the test suite sucks quite a bit due to the fact that they rely on tracy to operate and mocking this component out and/or testing with it is Extremely Inconvenient -- it really isn't meant to be used in automated contexts like these.

Maybe one day I'll figure out some work-around to this but today is not that day :/

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