Skip to content

Play with fancy-regex. #6

Play with fancy-regex.

Play with fancy-regex. #6

Workflow file for this run

name: "test"
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run tests
run: cargo test --all-targets