Don't check benches

This commit is contained in:
Stjepan Glavina 2020-05-20 21:27:29 +02:00
parent 464829514b
commit 922e4e97e7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --all --benches --bins --examples --tests --all-features
args: --all --bins --examples --tests --all-features
- name: Run cargo test
uses: actions-rs/cargo@v1