Skip to content

Commit cd8076a

Browse files
committed
chore(ci): run integration tests for no-std
1 parent 78d280b commit cd8076a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
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

Comments
 (0)