rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

Run `cargo test` in release mode #40

Open andreeaflorescu opened 4 years ago

andreeaflorescu commented 4 years ago

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

lauralt commented 3 years ago

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

andreeaflorescu commented 3 years ago

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

nathanwhyte commented 1 year ago

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 commented 1 year ago

@nathanwhyte sure, go ahead!