File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,6 @@ jobs:
114
114
- if : matrix.python-version != 'pypy-3.6'
115
115
name : Test
116
116
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
122
117
env :
123
118
RUST_BACKTRACE : 1
124
119
RUSTFLAGS : " -D warnings"
@@ -142,8 +137,8 @@ jobs:
142
137
args : --all-features
143
138
env :
144
139
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"
147
142
-
uses :
actions-rs/[email protected]
148
143
id : coverage
149
144
- uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments