Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

chore(deps): bump tokio from 1.38.0 to 1.44.2 #49

chore(deps): bump tokio from 1.38.0 to 1.44.2

chore(deps): bump tokio from 1.38.0 to 1.44.2 #49

Workflow file for this run

name: Check and Test
on:
pull_request:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: sccache
CC: sccache clang
CXX: sccache clang++
jobs:
test:
name: check-and-test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup sccache
uses: mozilla-actions/[email protected]
timeout-minutes: 5
continue-on-error: true
- name: Check
run: make check
- name: Test
run: make test