We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33418ed + d3051a9 commit f79b59aCopy full SHA for f79b59a
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
88
run: rustup update stable --no-self-update && rustup default stable
89
- name: Test
90
- run: cargo test --no-default-features --features future
+ run: cargo test --lib --no-default-features --features future
91
sync:
92
name: sync
93
strategy:
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
- run: cargo test
+ run: cargo test --lib
107
108
coverage:
109
name: cargo tarpaulin
0 commit comments