Cache openssl for Windows action (#11)

* add openssl cache
* Fail fast for win
* fix timeouts in test
This commit is contained in:
Nikolay Kim 2020-04-07 10:29:10 +06:00 committed by GitHub
parent 1133545686
commit 8a753a762f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 17 deletions

View file

@ -47,13 +47,7 @@ jobs:
path: target
key: ${{ matrix.version }}-x86_64-apple-darwin-cargo-build-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: check build
uses: actions-rs/cargo@v1
with:
command: check
args: --all --all-features --bins --examples --tests
- name: tests
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test