Skip to content

Fixed Tokio Runtime on Windows service #444

Fixed Tokio Runtime on Windows service

Fixed Tokio Runtime on Windows service #444

Workflow file for this run

name: Dependency analysis
on: [push]
jobs:
Audit-test:
runs-on: ubuntu-20.04
steps:
- name: Check out repository code, branch='${{ github.ref }}'
uses: actions/checkout@v2
- name: Launch cargo test
run: cargo audit
- run: echo "Job's status is ${{ job.status }}."