diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9415c63b0f..bfe27e9216 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -44,6 +44,12 @@ jobs: run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "num-bigint-03" - name: Cargo check with num-bigint-04 feature run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "num-bigint-04" + - name: Cargo check with bigdecimal-02 feature + run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "bigdecimal-02" + - name: Cargo check with bigdecimal-03 feature + run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "bigdecimal-03" + - name: Cargo check with bigdecimal-04 feature + run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "bigdecimal-04" - name: Build scylla-cql run: cargo build --verbose --all-targets --manifest-path "scylla-cql/Cargo.toml" --features "full-serialization" - name: Build