Skip to content

Bump lazy_static from 1.4.0 to 1.5.0 (#131) #65

Bump lazy_static from 1.4.0 to 1.5.0 (#131)

Bump lazy_static from 1.4.0 to 1.5.0 (#131) #65

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