Skip to content

prepare for 0.2.1 release #131

prepare for 0.2.1 release

prepare for 0.2.1 release #131

Workflow file for this run

on: push
name: Run tests
jobs:
tests:
name: tests
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
container:
image: georust/geo-ci
steps:
- name: Checkout repository
uses: actions/checkout@v2
- run: script/download-test-data.sh
- run: cargo test
- run: cargo test --features test_full
- run: cargo bench --features test_full