Skip to content

fix #181: fix optimized matcher algorithm to query for all prefixes #224

fix #181: fix optimized matcher algorithm to query for all prefixes

fix #181: fix optimized matcher algorithm to query for all prefixes #224

Workflow file for this run

name: Test Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose