From b4091c22a7e7f38adc9c84bc7697a990c8283924 Mon Sep 17 00:00:00 2001 From: Ludwig Stecher Date: Fri, 29 Nov 2024 01:08:27 +0100 Subject: [PATCH] chore: remove unnecessary build flag --- .github/workflows/test.yml | 2 +- justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f92de37..64d6ca3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,7 +119,7 @@ jobs: - name: Run grcov env: PROJECT_NAME: pomsky - RUSTFLAGS: '-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Cinline-threshold=0 -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests' + RUSTFLAGS: '-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests' RUSTDOCFLAGS: '-Cpanic=abort -Zpanic_abort_tests' CARGO_INCREMENTAL: 0 run: | diff --git a/justfile b/justfile index 15091b1..9a4cf77 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,6 @@ set positional-arguments -coverage_flags := '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests' +coverage_flags := '-Zprofile -Ccodegen-units=1 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests' # run Pomsky (debug mode) run S *args: