Skip to content

Commit

Permalink
cicd: Fix workflow formatting
Browse files Browse the repository at this point in the history
This applies part of commit from PR #76 which is unrelated.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Mar 21, 2022
1 parent caa85d7 commit 48da7e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48da7e5

Please sign in to comment.