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

Run cargo test in release mode #40

Open
andreeaflorescu opened this issue Sep 15, 2020 · 4 comments
Open

Run cargo test in release mode #40

andreeaflorescu opened this issue Sep 15, 2020 · 4 comments
Labels
good first issue Good for newcomers

Comments

@andreeaflorescu
Copy link
Member

Not sure if we also want to keep the debug mode, but we should run the tests using --release.

@lauralt
Copy link
Collaborator

lauralt commented Feb 11, 2021

I think the safest way would be to run the tests in both modes. Does anyone have any concerns/ a different suggestion?

@lauralt lauralt added the good first issue Good for newcomers label Feb 11, 2021
@andreeaflorescu
Copy link
Member Author

The debug mode is definitely a keeper because it's the only mode in which we can catch arithmetic operation failures.

@nathanwhyte
Copy link

Hi Andreea,

I'm taking a Virtualization course at UT Austin and we've been asked to contribute to open-source virtualization repositories for one of our projects. Could I take a shot at resolving this issue?

@andreeaflorescu
Copy link
Member Author

@nathanwhyte sure, go ahead!

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

No branches or pull requests

3 participants