Skip to content

Commit 21988eb

Browse files
committed
CI: add cargo checks with num_bigint features
1 parent d30a9be commit 21988eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "chrono"
4141
- name: Cargo check with time feature
4242
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "time"
43+
- name: Cargo check with num-bigint-03 feature
44+
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "num-bigint-03"
45+
- name: Cargo check with num-bigint-04 feature
46+
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "num-bigint-04"
4347
- name: Build scylla-cql
4448
run: cargo build --verbose --all-targets --manifest-path "scylla-cql/Cargo.toml" --features "full-serialization"
4549
- name: Build

0 commit comments

Comments
 (0)