-
Notifications
You must be signed in to change notification settings - Fork 9
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
running cargo test
from the main directory fails
#447
Comments
We do not have any inline tests in this repo so cargo test is expected to not work. |
if there are no inline tests, shouldn't I'm asking because I'm trying to write a nix derivation to build and install filament (in my case, specifically on macOS, but this would be applicable to linux builds as well). it just so happens that the de-facto rust project builder on nix, please advise, thanks |
Okay, got it! The intension is definitely that we don't have any inline tests so if we are triggering them, that is a bug and should be fixed. Do you want to take a shot at fixing this? Also, thanks for building a nix configuration. We'd love to add it directly to the repo and provide it as a possible build option for new users. |
I think my employment contract would give my company ownership of anything I directly contribute, so unfortunately I think it's not really feasible for me to contribute, neither for fixing the errors nor posting a nix build 😢 otherwise I'd absolutely be interested. sorry |
The issue is that rust had built in documentation tests for code blocks in doc comments. This is easily fixed by setting the doc comment language to |
I just pulled main and reran -> can this be reopened until the 3rd is fixed? |
system
setup
as described in the docs:
errors
The text was updated successfully, but these errors were encountered: