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 6464 - uses : Swatinem/rust-cache@v2
6565 - uses : taiki-e/install-action@cargo-hack
6666 - 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
6868 minimal-versions :
6969 name : Minimal versions
7070 runs-on : ubuntu-latest
@@ -170,7 +170,7 @@ jobs:
170170 - name : Install cargo-tarpaulin
171171 run : cargo install cargo-tarpaulin
172172 - name : Gather coverage
173- run : cargo tarpaulin --output-dir coverage --out lcov
173+ run : cargo tarpaulin --output-dir coverage --out lcov --timeout 120
174174 - name : Publish to Coveralls
175175 uses : coverallsapp/github-action@master
176176 with :
You can’t perform that action at this time.
0 commit comments