[go: up one dir, main page]

wkt 0.9.1

Rust read/write support for well-known text (WKT)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
on: push
name: Run tests
jobs:
  wkt:
    name: wkt
    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: cargo install cargo-all-features
      - run: cargo build-all-features
      - run: cargo test-all-features