2
test.sh
2
test.sh
@@ -5,7 +5,7 @@ export RUST_BACKTRACE=1
|
||||
export RUSTFLAGS="-D dead_code -D unused-variables -D unused"
|
||||
|
||||
for tls in "" tls ; do
|
||||
for feature in "" json charset cookies socks-proxy ; do
|
||||
for feature in "" json charset cookies socks-proxy native-certs ; do
|
||||
if ! cargo test --no-default-features --features "${tls} ${feature}" ; then
|
||||
echo Command failed: cargo test \"${what}\" --no-default-features --features \"${tls} ${feature}\"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user