Skip to content

Upgrade text_search deps #7

Upgrade text_search deps

Upgrade text_search deps #7

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and unit test
run: |
mkdir build && cd build
cmake .. && make
ctest