Skip to content

Commit

Permalink
CI: add cargo checks with bigdecimal features
Browse files Browse the repository at this point in the history
  • Loading branch information
muzarski committed Jan 31, 2024
1 parent 2cf4a05 commit 9a9299e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a9299e

Please sign in to comment.