Skip to content

chore(deps): update all non-major dependencies to 0.29.0 #18

chore(deps): update all non-major dependencies to 0.29.0

chore(deps): update all non-major dependencies to 0.29.0 #18

Workflow file for this run

name: test suite
on:
push:
branches: main
pull_request:
jobs:
test:
name: Build and Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: clippy, rustfmt
- name: Build and test
run: cargo test --all-features
- name: Lint
run: cargo clippy -- -Dwarnings