3535 - run : cargo clippy --version
3636 - run : cargo clippy --features i64
3737 - run : cargo clippy --all-targets --features i64
38+ - run : cargo clippy --all-targets --features i64,i128
3839 - run : cargo clippy --all-targets --all-features
3940
4041 test :
@@ -44,12 +45,12 @@ jobs:
4445 - run : rustc --version
4546 - run : cargo test --features i64
4647 - run : cargo test --features i128
47- - run : cargo test --no-default-features --lib --features i64
48- - run : cargo test --no-default-features --lib --features i128
49- - run : cargo test --no-default-features --lib --features std,i64
50- - run : cargo test --no-default-features --lib --features serde,i64
51- - run : cargo test --no-default-features --lib --features i64,parity
52- - run : cargo test --no-default-features --lib --features i128,parity
48+ - run : cargo test --no-default-features --lib --test it -- features i64
49+ - run : cargo test --no-default-features --lib --test it -- features i128
50+ - run : cargo test --no-default-features --lib --test it -- features std,i64
51+ - run : cargo test --no-default-features --lib --test it -- features serde,i64
52+ - run : cargo test --no-default-features --lib --test it -- features i64,parity
53+ - run : cargo test --no-default-features --lib --test it -- features i128,parity
5354 - run : cargo test --all-features
5455
5556 run-example :
0 commit comments