Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
  • Loading branch information
YangKeao committed Dec 15, 2020
1 parent 29852fb commit 9dd46b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-features -- -D warnings
args: --features="protobuf,flamegraph" -- -D warnings

test:
name: Test
Expand All @@ -56,4 +56,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
args: --features="protobuf,flamegraph"

0 comments on commit 9dd46b3

Please sign in to comment.