diff --git a/.github/workflows/cron-ci.yaml b/.github/workflows/cron-ci.yaml index 76539243b9..ed601d75f9 100644 --- a/.github/workflows/cron-ci.yaml +++ b/.github/workflows/cron-ci.yaml @@ -30,7 +30,7 @@ jobs: args: --verbose env: CARGO_INCREMENTAL: '0' - RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests' + RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests' # -Cpanic=abort - uses: actions/setup-python@v1 with: python-version: 3.8