Skip to content

Bump async-trait from 0.1.80 to 0.1.81 #44

Bump async-trait from 0.1.80 to 0.1.81

Bump async-trait from 0.1.80 to 0.1.81 #44

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
name: test
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
# Only cache the cargo registry
cache-targets: false
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- run: cargo check
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"