Skip to content

Commit

Permalink
updated rust-vmm-ci
Browse files Browse the repository at this point in the history
b037be3 update test_coverage to allow running it on crates

Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu committed Oct 28, 2021
1 parent fb4a21a commit 9ecbaf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion rust-vmm-ci
8 changes: 2 additions & 6 deletions src/vm-vcpu-ref/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
pub fn main() {
println!("It works!");
}

0 comments on commit 9ecbaf7

Please sign in to comment.