Skip to content

Bump mockall from 0.12.1 to 0.13.0 #68

Bump mockall from 0.12.1 to 0.13.0

Bump mockall from 0.12.1 to 0.13.0 #68

Workflow file for this run

name: Cargo
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --verbose
- run: cargo test --verbose