Skip to content

Commit f79b59a

Browse files
committed
2 parents 33418ed + d3051a9 commit f79b59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
8888
run: rustup update stable --no-self-update && rustup default stable
8989
- name: Test
90-
run: cargo test --no-default-features --features future
90+
run: cargo test --lib --no-default-features --features future
9191
sync:
9292
name: sync
9393
strategy:
@@ -103,7 +103,7 @@ jobs:
103103
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
104104
run: rustup update stable --no-self-update && rustup default stable
105105
- name: Test
106-
run: cargo test
106+
run: cargo test --lib
107107

108108
coverage:
109109
name: cargo tarpaulin

0 commit comments

Comments
 (0)