Skip to content

Commit 145e3bb

Browse files
committed
CI: add cargo checks with bigdecimal features
1 parent 176218e commit 145e3bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "num-bigint-03"
4545
- name: Cargo check with num-bigint-04 feature
4646
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "num-bigint-04"
47+
- name: Cargo check with bigdecimal-04 feature
48+
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "bigdecimal-04"
4749
- name: Build scylla-cql
4850
run: cargo build --verbose --all-targets --manifest-path "scylla-cql/Cargo.toml" --features "full-serialization"
4951
- name: Build

0 commit comments

Comments
 (0)