We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0056b0c commit fd63670Copy full SHA for fd63670
ci/run.sh
@@ -28,6 +28,7 @@ cargo test --target $TARGET --no-run --features static-curl,protocol-ftp,ntlm $f
28
if [ -z "$NO_RUN" ]; then
29
cargo test --target $TARGET $features
30
cargo test --target $TARGET --features static-curl $features
31
+ cargo test --target $TARGET --features static-curl,url $features
32
cargo test --target $TARGET --features static-curl,protocol-ftp $features
33
34
# Note that `-Clink-dead-code` is passed here to suppress `--gc-sections` to
0 commit comments