File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
- uses : Swatinem/rust-cache@v2
65
65
- uses : taiki-e/install-action@cargo-hack
66
66
- name : Default features
67
- run : cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets
67
+ run : cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --lib --bins
68
68
minimal-versions :
69
69
name : Minimal versions
70
70
runs-on : ubuntu-latest
@@ -170,7 +170,7 @@ jobs:
170
170
- name : Install cargo-tarpaulin
171
171
run : cargo install cargo-tarpaulin
172
172
- name : Gather coverage
173
- run : cargo tarpaulin --output-dir coverage --out lcov
173
+ run : cargo tarpaulin --output-dir coverage --out lcov --timeout 120
174
174
- name : Publish to Coveralls
175
175
uses : coverallsapp/github-action@master
176
176
with :
You can’t perform that action at this time.
0 commit comments