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

@ -55,7 +55,7 @@ jobs:
path: ~/.cargo/bin
key: ${{ matrix.version }}-x86_64-unknown-linux-gnu-tarpaulin
- name: tests
- name: Run tests
uses: actions-rs/cargo@v1
timeout-minutes: 40
with:
@ -68,7 +68,7 @@ jobs:
run: |
cargo install cargo-tarpaulin
- name: Generate coverage file
- name: Generate coverage report
if: matrix.version == '1.42.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
continue-on-error: true
run: |