Skip to content

Commit ead6ef0

Browse files
committed
ci: clippy check with cpp_rust_unstable cfg
1 parent 7581058 commit ead6ef0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: cargo clippy --verbose --all-targets
4141
- name: Clippy check with all features
4242
run: cargo clippy --verbose --all-targets --all-features
43+
- name: Cargo check with cpp_rust_unstable cfg
44+
run: RUSTFLAGS="--cfg cpp_rust_unstable" cargo clippy --verbose --all-targets --all-features
4345
- name: Cargo check without features
4446
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features ""
4547
- name: Cargo check with all serialization features

0 commit comments

Comments
 (0)