moc 0.19.2

Library made to create and manipulate HEALPix Multi-Order Coverages maps (MOCs), see https://ivoa.net/documents/MOC/
Documentation
name: TestCli

on: [push]

jobs:
  test:
    name: Test on ${{ matrix.os }}
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ubuntu-latest, macOS-latest]

    steps:
    - uses: actions/checkout@v2
    - name: Unit cli tests
      run: cargo test --package moc-cli
    - name: Install cli
      run:  cargo install --path crates/cli
    - name: Integration cli tests
      run: |
        cd crates/cli/test
        ./test.bash