ci: Fix testing feature combinations.
- First, the autocrypt feature has been removed in
86f599542c
.
- Second, cargo now considers it an error to give an empty string to
--features.
This commit is contained in:
parent
043083a789
commit
7e6d0468eb
@ -76,11 +76,9 @@ sq-features:
|
||||
matrix:
|
||||
- FEATURES:
|
||||
- ""
|
||||
- "autocrypt"
|
||||
- "autocrypt,compression-bzip2"
|
||||
- "compression-bzip2"
|
||||
- ",compression-bzip2"
|
||||
script:
|
||||
- cargo test --no-default-features --features crypto-nettle --features $FEATURES
|
||||
- cargo test --no-default-features --features crypto-nettle$FEATURES
|
||||
variables:
|
||||
CARGO_TARGET_DIR: /target
|
||||
CARGO_HOME: /cargo
|
||||
|
Loading…
Reference in New Issue
Block a user