mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Glommio clippy (#341)
This commit is contained in:
parent
a858394855
commit
ec8eb23707
17 changed files with 28 additions and 50 deletions
7
.github/workflows/osx.yml
vendored
7
.github/workflows/osx.yml
vendored
|
@ -40,7 +40,12 @@ jobs:
|
|||
- name: Run tests
|
||||
run: cargo test --all --all-features --no-fail-fast -- --nocapture
|
||||
|
||||
- name: Clear the cargo caches
|
||||
- name: Install cargo-cache
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cargo install cargo-cache --no-default-features --features ci-autoclean
|
||||
|
||||
- name: Clear the cargo caches
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cargo-cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue