Skip to content

Commit

Permalink
chore(ci): run integration tests for no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Dec 30, 2024
1 parent 78d280b commit cd8076a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- run: cargo clippy --version
- run: cargo clippy --features i64
- run: cargo clippy --all-targets --features i64
- run: cargo clippy --all-targets --features i64,i128
- run: cargo clippy --all-targets --all-features

test:
Expand All @@ -44,12 +45,12 @@ jobs:
- run: rustc --version
- run: cargo test --features i64
- run: cargo test --features i128
- run: cargo test --no-default-features --lib --features i64
- run: cargo test --no-default-features --lib --features i128
- run: cargo test --no-default-features --lib --features std,i64
- run: cargo test --no-default-features --lib --features serde,i64
- run: cargo test --no-default-features --lib --features i64,parity
- run: cargo test --no-default-features --lib --features i128,parity
- run: cargo test --no-default-features --lib --test it --features i64
- run: cargo test --no-default-features --lib --test it --features i128
- run: cargo test --no-default-features --lib --test it --features std,i64
- run: cargo test --no-default-features --lib --test it --features serde,i64
- run: cargo test --no-default-features --lib --test it --features i64,parity
- run: cargo test --no-default-features --lib --test it --features i128,parity
- run: cargo test --all-features

run-example:
Expand Down

0 comments on commit cd8076a

Please sign in to comment.