Skip to content

Commit fddcaaa

Browse files
committed
[ci]: remove feature flags in virtual workspace
For more information rust-lang/cargo#7507
1 parent 5837dff commit fddcaaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ install:
1818
- cargo -vV
1919

2020
build_script:
21-
- cargo check --tests --features "%FEATURES%"
22-
- cargo build --all --features "%FEATURES%"
21+
- cargo check --tests
22+
- cargo build --all
2323

2424
test_script:
25-
- cargo test --all --features "%FEATURES%" --exclude uint --exclude fixed-hash
25+
- cargo test --all --exclude uint --exclude fixed-hash
2626
- cd fixed-hash/ && cargo test --all-features && cd ..
2727
- cd uint/ && cargo test --features=std,quickcheck --release && cd ..
2828
- cd plain_hasher/ && cargo test --no-default-features && cd ..

0 commit comments

Comments
 (0)