From 48da7e5facd1fd31e767535049363ef09b5b905a Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 21 Mar 2022 13:32:43 -0300 Subject: [PATCH] cicd: Fix workflow formatting This applies part of commit from PR #76 which is unrelated. Signed-off-by: Otavio Salvador --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d6aaf9c..5add762 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -77,10 +77,10 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --all --all-features --no-fail-fast -- --nocapture + args: --all --all-features --no-fail-fast -- --nocapture env: - CARGO_INCREMENTAL: '0' - RUSTFLAGS: '-Zprofile -Zpanic_abort_tests -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort' + CARGO_INCREMENTAL: "0" + RUSTFLAGS: "-Zprofile -Zpanic_abort_tests -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort" - id: coverage if: matrix.version == 'nightly' uses: actions-rs/grcov@master