This commit is contained in:
Nikolay Kim 2020-04-06 11:49:44 +06:00
parent 99b08a1c16
commit 15b8c55c54
5 changed files with 3 additions and 12 deletions

View file

@ -55,12 +55,6 @@ jobs:
path: ~/.cargo/bin
key: ${{ matrix.version }}-x86_64-unknown-linux-gnu-tarpaulin
- name: check build
uses: actions-rs/cargo@v1
with:
command: check
args: --all --all-features --bins --examples --tests
- name: tests
uses: actions-rs/cargo@v1
timeout-minutes: 40