Skip to content

Commit fd63670

Browse files
committed
Run url tests in ci
1 parent 0056b0c commit fd63670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ cargo test --target $TARGET --no-run --features static-curl,protocol-ftp,ntlm $f
2828
if [ -z "$NO_RUN" ]; then
2929
cargo test --target $TARGET $features
3030
cargo test --target $TARGET --features static-curl $features
31+
cargo test --target $TARGET --features static-curl,url $features
3132
cargo test --target $TARGET --features static-curl,protocol-ftp $features
3233

3334
# Note that `-Clink-dead-code` is passed here to suppress `--gc-sections` to

0 commit comments

Comments
 (0)