We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b77c5 commit 48a014cCopy full SHA for 48a014c
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
run: cargo test --all --features vendored
48
49
check_fmt_and_docs:
50
- name: Checking fmt and docs
+ name: Checking fmt, clippy and docs
51
runs-on: ubuntu-latest
52
steps:
53
- uses: actions/checkout@v3
@@ -62,17 +62,8 @@ jobs:
62
- name: fmt
63
run: cargo fmt --all -- --check
64
65
- - name: Docs
66
- run: cargo doc
67
-
68
- clippy_check:
69
- name: Clippy check
70
- runs-on: ubuntu-latest
71
- steps:
72
- - uses: actions/checkout@v3
73
- - name: Install rust
74
- run: rustup update beta && rustup default beta
75
- - name: Install clippy
76
- run: rustup component add clippy
77
- name: clippy
78
run: cargo clippy --all
+
+ - name: Docs
+ run: cargo doc
0 commit comments