mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-26 22:07:42 +02:00
add track_caller atrtibute to spawn calls (#454)
* add track_caller attribute to spawn calls * fix ci
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -73,6 +73,14 @@ jobs:
|
||||
command: install
|
||||
args: cargo-hack
|
||||
|
||||
- name: Generate Cargo.lock
|
||||
uses: actions-rs/cargo@v1
|
||||
with: { command: generate-lockfile }
|
||||
|
||||
- name: Tweak lockfile
|
||||
run: |
|
||||
cargo update -p=native-tls --precise=0.2.8
|
||||
|
||||
- name: check lib
|
||||
if: >
|
||||
matrix.target.os != 'ubuntu-latest'
|
||||
@ -142,10 +150,9 @@ jobs:
|
||||
with: { command: generate-lockfile }
|
||||
|
||||
- name: Tweak lockfile
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: update
|
||||
args: -p=rustls --precise=0.20.2
|
||||
run: |
|
||||
cargo update -p=rustls --precise=0.20.2
|
||||
cargo update -p=native-tls --precise=0.2.8
|
||||
|
||||
- name: tests
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user