Skip to content

Bump the cargo group with 3 updates #72

Bump the cargo group with 3 updates

Bump the cargo group with 3 updates #72

Workflow file for this run

name: cargo
on:
push:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: cargo build --verbose
- run: cargo clippy
- run: cargo test --verbose