Skip to content

Commit f468d3a

Browse files
committed
tweak mime features for ci
1 parent b01b12a commit f468d3a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +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
3233

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

tests/mime.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg(feature = "mime")]
2+
13
use curl::{
24
easy::{ReadError, SeekResult},
35
mime::PartDataHandler,

0 commit comments

Comments
 (0)