Skip to content

Hilbert and quadkey 128-bit encodings are reversible #787

Hilbert and quadkey 128-bit encodings are reversible

Hilbert and quadkey 128-bit encodings are reversible #787

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: uname -a; BUILDTYPE=${{ matrix.version }} make
- run: make test