Skip to content

fix(deps): update patches to v1.0.35 - autoclosed #618

fix(deps): update patches to v1.0.35 - autoclosed

fix(deps): update patches to v1.0.35 - autoclosed #618

Workflow file for this run

name: Run cargo test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
cargo-test:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
- uses: actions-rs/cargo@v1
with:
command: clippy
- uses: actions-rs/cargo@v1
with:
command: test
args: --release --all-features