mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
remove windows cfgs
This commit is contained in:
parent
0ed3e5188f
commit
b3f08e6760
3 changed files with 0 additions and 88 deletions
|
|
@ -2,14 +2,6 @@ use anyhow::{ensure, Result};
|
|||
use std::process::Command;
|
||||
|
||||
#[test]
|
||||
#[ignore = "FIXME: Make this not cursed."]
|
||||
#[cfg(not(unix))]
|
||||
fn full_tests() -> Result<()> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(unix)]
|
||||
fn full_tests() -> Result<()> {
|
||||
let status = Command::new("cargo").arg("runtest").spawn()?.wait()?;
|
||||
ensure!(status.success(), "runtest failed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue