Skip to content

feat: add (h *HealPIX) GetNumberOfPixels() to healpix module in @observerly/skysolve #202

feat: add (h *HealPIX) GetNumberOfPixels() to healpix module in @observerly/skysolve

feat: add (h *HealPIX) GetNumberOfPixels() to healpix module in @observerly/skysolve #202

Workflow file for this run

name: skysolve/test
on:
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
strategy:
matrix:
go: [ '1.23.x' ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout 🛎
uses: actions/checkout@main
# Setup our base Go environment 🧬
- name: Setup Go Environment
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
# Run Go Test
- name: Go Test 🧪
run: make test