Skip to content

Fix minor issue with last Infix Store during bulk loading, update tests #31

Fix minor issue with last Infix Store during bulk loading, update tests

Fix minor issue with last Infix Store during bulk loading, update tests #31

name: Build and Run Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Make Build Directory
run: mkdir build
- name: Configure
run: cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_BENCHMARKS=0
- name: Build
run: cd build && cmake --build . -j8
- name: Run Unit Tests
run: cd build && ctest -VV