Skip to content

Add 'write_implicit_skymap_fits_from_it' to write a skymap from a fla… #73

Add 'write_implicit_skymap_fits_from_it' to write a skymap from a fla…

Add 'write_implicit_skymap_fits_from_it' to write a skymap from a fla… #73

Workflow file for this run

name: Rust
on: [push, workflow_dispatch]
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose