|
@@ -59,10 +59,10 @@ cl /?
|
|
rustc --version
|
|
rustc --version
|
|
cargo --version
|
|
cargo --version
|
|
|
|
|
|
-cargo test -vv %CARGO_MODE%
|
|
|
|
|
|
+cargo test --all-features -vv %CARGO_MODE%
|
|
if %ERRORLEVEL% NEQ 0 exit 1
|
|
if %ERRORLEVEL% NEQ 0 exit 1
|
|
|
|
|
|
REM Verify that `cargo build`, independent from `cargo test`, works; i.e.
|
|
REM Verify that `cargo build`, independent from `cargo test`, works; i.e.
|
|
REM verify that non-test builds aren't trying to use test-only features.
|
|
REM verify that non-test builds aren't trying to use test-only features.
|
|
-cargo build -vv %CARGO_MODE%
|
|
|
|
|
|
+cargo build --all-features -vv %CARGO_MODE%
|
|
if %ERRORLEVEL% NEQ 0 exit 1
|
|
if %ERRORLEVEL% NEQ 0 exit 1
|