Skip to content

Added convenience wrappers for stringifying geojson (#217) #331

Added convenience wrappers for stringifying geojson (#217)

Added convenience wrappers for stringifying geojson (#217) #331

Workflow file for this run

on: [push, pull_request]
name: Run tests
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo install cargo-all-features
- run: cargo build-all-features --verbose
- run: cargo test-all-features --verbose