Skip to content

Switch to bitmap markers to increase performance #65

Switch to bitmap markers to increase performance

Switch to bitmap markers to increase performance #65

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
services:
postgres:
image: postgis/postgis:16-3.4-alpine
env:
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Set up Nix Caching using GitHub Actions Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Check health of Nix flake input
uses: DeterminateSystems/flake-checker-action@main
- name: Run project checks
run: nix develop -c check_project