Skip to content

Commit 5b89892

Browse files
committed
Add step to check all the places
1 parent 2c4e5ee commit 5b89892

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jobs:
2121
override: true
2222
components: rustfmt, clippy
2323

24+
- name: check
25+
uses: actions-rs/cargo@v1
26+
with:
27+
command: check
28+
args: --all-features --examples --tests --benches
29+
toolchain: nightly
30+
2431
- name: build
2532
uses: actions-rs/cargo@v1
2633
with:

0 commit comments

Comments
 (0)