Skip to content

Commit bf7acd0

Browse files
author
Andrew J Westlake
committed
Removed panic=abort flags on code coverage step (hopefully they weren't essential)
1 parent bc630d1 commit bf7acd0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ jobs:
114114
- if: matrix.python-version != 'pypy-3.6'
115115
name: Test
116116
run: cargo test --features=${{env.features}} --target ${{ matrix.platform.rust-target }}
117-
118-
- name: Install python test dependencies
119-
run: |
120-
python -m pip install -U pip setuptools
121-
pip install setuptools-rust pytest pytest-benchmark tox tox-venv
122117
env:
123118
RUST_BACKTRACE: 1
124119
RUSTFLAGS: "-D warnings"
@@ -142,8 +137,8 @@ jobs:
142137
args: --all-features
143138
env:
144139
CARGO_INCREMENTAL: 0
145-
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
146-
RUSTDOCFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
140+
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off"
141+
RUSTDOCFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off"
147142
- uses: actions-rs/[email protected]
148143
id: coverage
149144
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)