This commit is contained in:
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -39,8 +39,5 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-cargo-build-
|
${{ runner.os }}-cargo-build-
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: cargo build --verbose
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test
|
||||||
|
|||||||
@@ -11,5 +11,5 @@ pub fn run_qemu(config: &QemuConfig) {
|
|||||||
.map(|s| s.to_string())
|
.map(|s| s.to_string())
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
let handle = Command::new(&config.executable).args(&args).spawn();
|
let _handle = Command::new(&config.executable).args(&args).spawn();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user