Skip to content

Commit 47d848f

Browse files
Specify --lib so cargo only runs tests defined in lib, not doc examples (#215)
1 parent cfae12e commit 47d848f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ jobs:
5555
with:
5656
toolchain: ${{ matrix.rust.toolchain }}
5757
command: test
58+
args: --lib

0 commit comments

Comments
 (0)