From 73924e20a0ea5ee5b00e9f0307d453cde4bfac8a 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..9ab3fe6b 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