From 7eb247b445aae418a5c90225734900d7385e8016 Mon Sep 17 00:00:00 2001 From: jtmoon79 <815261+jtmoon79@users.noreply.github.com> Date: Wed, 14 Sep 2022 16:39:10 -0700 Subject: [PATCH] rust.yml profile test only --lib --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index afcacd3..1cc1bc6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -82,7 +82,7 @@ jobs: -Cpanic=abort -Zpanic_abort_tests with: command: test - args: --no-fail-fast + args: --lib --no-fail-fast - name: grcov env: CARGO_INCREMENTAL: 0