We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ea821 commit 218d7ffCopy full SHA for 218d7ff
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
- uses: Swatinem/rust-cache@v2
65
- uses: taiki-e/install-action@cargo-hack
66
- name: Default features
67
- run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets
+ run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --lib --bins
68
minimal-versions:
69
name: Minimal versions
70
runs-on: ubuntu-latest
@@ -170,7 +170,7 @@ jobs:
170
- name: Install cargo-tarpaulin
171
run: cargo install cargo-tarpaulin
172
- name: Gather coverage
173
- run: cargo tarpaulin --output-dir coverage --out lcov
+ run: cargo tarpaulin --output-dir coverage --out lcov --timeout 120
174
- name: Publish to Coveralls
175
uses: coverallsapp/github-action@master
176
with:
0 commit comments