mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Cache openssl for Windows action (#11)
* add openssl cache * Fail fast for win * fix timeouts in test
This commit is contained in:
parent
1133545686
commit
8a753a762f
5 changed files with 19 additions and 17 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue