Skip to content

Commit 770cffc

Browse files
committed
use static-curl in ci for mime tests
1 parent cabfff5 commit 770cffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ -z "$NO_RUN" ]; then
2929
cargo test --target $TARGET $features
3030
cargo test --target $TARGET --features static-curl $features
3131
cargo test --target $TARGET --features static-curl,protocol-ftp $features
32-
cargo test --target $TARGET --features mime $features
32+
cargo test --target $TARGET --features static-curl,mime $features
3333

3434
# Note that `-Clink-dead-code` is passed here to suppress `--gc-sections` to
3535
# help confirm that we're compiling everything necessary for curl itself.

0 commit comments

Comments
 (0)