Skip to content

Commit f5c067d

Browse files
committed
Add cargo-check on CI
1 parent d10cc6a commit f5c067d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/rust.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ jobs:
1616
command: fmt
1717
args: -- --check
1818

19+
check:
20+
runs-on: ubuntu-22.04
21+
steps:
22+
- uses: actions/checkout@v1
23+
- uses: actions-rs/cargo@v1
24+
with:
25+
command: check
26+
args: --all-targets
27+
1928
clippy:
2029
runs-on: ubuntu-22.04
2130
steps:

0 commit comments

Comments
 (0)