Skip to content

chore: use cargo fmt #3

chore: use cargo fmt

chore: use cargo fmt #3

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --verbose
- run: cargo test --verbose