diff --git a/appveyor.yml b/appveyor.yml index 5f3e0b527..ac9aa5828 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,12 +11,11 @@ install: - rustc -V - cargo -V -build_script: - - cargo build --release --features generic --no-default-features - artifacts: - - path: target\release\uutils.exe + - path: target\debug\uutils.exe name: uutils.exe +build: false + test_script: - cargo test --no-fail-fast --features generic --no-default-features