We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ce9a0 commit 9a7bde2Copy full SHA for 9a7bde2
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Test
75
run: |
76
pip install numpy
77
- cargo test
+ cargo test --all-features
78
# Not on PyPy, because no embedding API
79
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
80
- name: Test example
@@ -215,7 +215,7 @@ jobs:
215
- name: Install cargo-llvm-cov
216
uses: taiki-e/install-action@cargo-llvm-cov
217
- name: Generate code coverage
218
- run: cargo llvm-cov --lcov --output-path coverage.lcov
+ run: cargo llvm-cov --all-features --lcov --output-path coverage.lcov
219
- name: Upload coverage to Codecov
220
uses: codecov/codecov-action@v2
221
with:
0 commit comments