From 9dd46b31aeadf6934b6db6f9603d32af3998301a Mon Sep 17 00:00:00 2001 From: Yang Keao Date: Tue, 15 Dec 2020 18:04:19 +0800 Subject: [PATCH] fix action Signed-off-by: Yang Keao --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ff117ca8..b4d45357 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -56,4 +56,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --all-features + args: --features="protobuf,flamegraph"