Skip to content

Update README and hipsgen-cat doc [skip-ci] #6

Update README and hipsgen-cat doc [skip-ci]

Update README and hipsgen-cat doc [skip-ci] #6

Workflow file for this run

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 --features cgi --package fitstable-cli