We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5837dff commit fddcaaaCopy full SHA for fddcaaa
appveyor.yml
@@ -18,11 +18,11 @@ install:
18
- cargo -vV
19
20
build_script:
21
- - cargo check --tests --features "%FEATURES%"
22
- - cargo build --all --features "%FEATURES%"
+ - cargo check --tests
+ - cargo build --all
23
24
test_script:
25
- - cargo test --all --features "%FEATURES%" --exclude uint --exclude fixed-hash
+ - cargo test --all --exclude uint --exclude fixed-hash
26
- cd fixed-hash/ && cargo test --all-features && cd ..
27
- cd uint/ && cargo test --features=std,quickcheck --release && cd ..
28
- cd plain_hasher/ && cargo test --no-default-features && cd ..
0 commit comments