Skip to content

Commit a7fab45

Browse files
committed
Enable tests on CI
1 parent ca80ca9 commit a7fab45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions-rs/cargo@v1
4242
with:
4343
command: test
44-
args: --all --doc --features unstable
44+
args: --all --features unstable
4545

4646
check_fmt_and_docs:
4747
name: Checking fmt and docs

0 commit comments

Comments
 (0)