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
8
.github/workflows/osx.yml
vendored
8
.github/workflows/osx.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue