Skip to content

Merge pull request #500 from deepcausality-rs/dependabot/cargo/tokio-… #424

Merge pull request #500 from deepcausality-rs/dependabot/cargo/tokio-…

Merge pull request #500 from deepcausality-rs/dependabot/cargo/tokio-… #424

Workflow file for this run

#SPDX-License-Identifier: MIT
#Copyright (c) "2023" . The DeepCausality Authors. All Rights Reserved.
name: Check
on: [ pull_request, push ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
name: cargo check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: check
args: --all-targets --all-features