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 <fandree@amazon.com>
  • Loading branch information
andreeaflorescu authored and lauralt committed Nov 2, 2021
1 parent 0969c95 commit 4bbedc4
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 4bbedc4

Please sign in to comment.