1
Fork 0

Don't run check

It takes time and is fully covered by compiling and running tests anyway
This commit is contained in:
Jan-Erik Rediger 2022-01-25 21:07:29 +01:00
parent 9df9574187
commit 34d741b343

View file

@ -23,12 +23,6 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- name: check
uses: actions-rs/cargo@v1
with:
command: check
args: --all
- name: tests
uses: actions-rs/cargo@v1
with: