Skip to content

Commit 51b046f

Browse files
committed
ci: Remove redundant cargo check job
1 parent ac74b23 commit 51b046f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,6 @@ jobs:
3232
- run: pip install pre-commit
3333
- run: SKIP=fmt,cargo-check,clippy pre-commit run --all-files
3434

35-
check:
36-
name: Check
37-
runs-on: ubuntu-latest
38-
steps:
39-
- uses: actions/checkout@v2
40-
- uses: actions-rs/toolchain@v1
41-
with:
42-
profile: minimal
43-
toolchain: stable
44-
override: true
45-
- uses: actions-rs/cargo@v1
46-
with:
47-
command: check
48-
4935
test-stable:
5036
name: Test (stable)
5137
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)