Skip to content

Support for reading GeoKeyDirectory #30

Support for reading GeoKeyDirectory

Support for reading GeoKeyDirectory #30

Workflow file for this run

name: Run tests
on:
push:
branches: [ "main" ]
pull_request:
types: [ opened, reopened, synchronize ]
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose