ci: Remove `cargo check` job

It is checked by `clippy`
This commit is contained in:
Dmitry Dygalo 2021-01-28 18:52:01 +01:00
parent d0b390595f
commit 45199fce69
No known key found for this signature in database
GPG Key ID: E2FDD4885D799724
1 changed files with 0 additions and 14 deletions

View File

@ -33,20 +33,6 @@ jobs:
- run: pre-commit run --all-files
working-directory: ./python
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: check
test-stable:
strategy:
fail-fast: false