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 ed56409 commit e804060Copy full SHA for e804060
.github/workflows/coverage.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions-rs/[email protected]
27
with:
28
version: "0.15.0"
29
- args: "-- --test-threads 1"
+ args: "--all-features -- --test-threads 1"
30
31
- name: Upload to codecov.io
32
uses: codecov/[email protected]
0 commit comments