Skip to content

Bump regex from 1.10.6 to 1.11.0 #30

Bump regex from 1.10.6 to 1.11.0

Bump regex from 1.10.6 to 1.11.0 #30

Workflow file for this run

---
name: Unit Tests
permissions:
contents: read
on:
push:
branches:
- main
paths:
- 'src/**'
- 'Cargo.toml'
- 'Cargo.lock'
- '.github/workflows/test.yml'
pull_request:
branches:
- main
paths:
- 'src/**'
- 'Cargo.toml'
- 'Cargo.lock'
- '.github/workflows/test.yml'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Unit Tests
run: cargo test --verbose