mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
appveyor: don't double build
The integration tests build the multicall executable a second time, so we disable the original build and only run the tests.
This commit is contained in:
parent
678a05d90f
commit
efce1ac3f9
1 changed files with 3 additions and 4 deletions
|
@ -11,12 +11,11 @@ install:
|
||||||
- rustc -V
|
- rustc -V
|
||||||
- cargo -V
|
- cargo -V
|
||||||
|
|
||||||
build_script:
|
|
||||||
- cargo build --release --features generic --no-default-features
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: target\release\uutils.exe
|
- path: target\debug\uutils.exe
|
||||||
name: uutils.exe
|
name: uutils.exe
|
||||||
|
|
||||||
|
build: false
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cargo test --no-fail-fast --features generic --no-default-features
|
- cargo test --no-fail-fast --features generic --no-default-features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue