Skip to content

Merge pull request #1 from robherley/dependabot/cargo/cargo-b128475a1a #3

Merge pull request #1 from robherley/dependabot/cargo/cargo-b128475a1a

Merge pull request #1 from robherley/dependabot/cargo/cargo-b128475a1a #3

Workflow file for this run

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