Raise tippecanoe-decode tile size limit to 250 MB #1060
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |