Skip to content

Commit 73924e2

Browse files
committed
fix action
Signed-off-by: Yang Keao <[email protected]>
1 parent 29852fb commit 73924e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions-rs/cargo@v1
3333
with:
3434
command: clippy
35-
args: --all-features -- -D warnings
35+
args: --features=protobuf,flamegraph -- -D warnings
3636

3737
test:
3838
name: Test
@@ -56,4 +56,4 @@ jobs:
5656
uses: actions-rs/cargo@v1
5757
with:
5858
command: test
59-
args: --all-features
59+
args: --features=protobuf,flamegraph

0 commit comments

Comments
 (0)