Skip to content

Bump regex from 1.10.6 to 1.12.3 #70

Bump regex from 1.10.6 to 1.12.3

Bump regex from 1.10.6 to 1.12.3 #70

Workflow file for this run

name: PR Test
on:
pull_request:
branches: [ "master" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
outputs:
publish: ${{ steps.publish.outputs.publish }}
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose