Skip to content

Merge remote-tracking branch 'origin/main' into tile-join-sqlite #1099

Merge remote-tracking branch 'origin/main' into tile-join-sqlite

Merge remote-tracking branch 'origin/main' into tile-join-sqlite #1099

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['Release', 'Debug']
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install libsqlite3-dev
- run: uname -a; BUILDTYPE=${{ matrix.version }} make
- run: make test