match-domain 0.1.3

Rapid checker for the prefix and suffix matching of domain names
Documentation
name: Unit tests

on:
  push:
    branches: [main, develop]
  pull_request:
    branches: [main, develop]

env:
  CARGO_TERM_COLOR: always

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4
      - name: Run unit tests
        run: |
          cargo test --verbose