Skip to content

Commit 194247f

Browse files
committed
Add cargo clippy CI for nodejs_rs_unstable
Adds a CI step for verifying cargo clippy with nodejs_rs_unstable feature flag, that was added in the previous commit.
1 parent 81d3aa2 commit 194247f

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
@@ -50,6 +50,10 @@ jobs:
5050
- name: Cargo check with cpp_rust_unstable cfg
5151
run: RUSTFLAGS="--cfg cpp_rust_unstable -Dwarnings" cargo clippy --all-targets --all-features
5252

53+
# nodejs_rs_unstable special cfg
54+
- name: Cargo check with nodejs_rs_unstable cfg
55+
run: RUSTFLAGS="--cfg nodejs_rs_unstable -Dwarnings" cargo clippy --all-targets --all-features
56+
5357
# Features checks.
5458
# No features.
5559
- name: Cargo check without features

0 commit comments

Comments
 (0)