Skip to content

Commit 218d7ff

Browse files
committed
chore(ci): Fix CI
1 parent 67ea821 commit 218d7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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:

0 commit comments

Comments
 (0)