Skip to content

Commit 2bf0ad2

Browse files
committed
Clippy check std.
1 parent fbaf819 commit 2bf0ad2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/clippy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
- name: Install Rust
14+
uses: actions-rs/toolchain@v1
15+
with:
16+
toolchain: 1.63
17+
components: clippy
18+
override: true
1319
- name: Build
1420
run: cargo clippy
21+
- name: Build for std
22+
run: cargo clippy --features std

0 commit comments

Comments
 (0)