From 2a685041393800ac8832c36c3fbddbba4f648cab Mon Sep 17 00:00:00 2001 From: sundyli <543950155@qq.com> Date: Tue, 4 Jan 2022 17:22:46 +0800 Subject: [PATCH] Update .github/workflows/test.yml Co-authored-by: Jorge Leitao --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24f89e48eb5..160575c93f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -127,7 +127,7 @@ jobs: - name: Run run: cargo check-all-features - name: Bench Check - run: cargo bench --no-run --features full + run: cargo bench --no-run --features full,benchmarks cross: name: cross