Skip to content

IGRF model version added (#37) #137

IGRF model version added (#37)

IGRF model version added (#37) #137

Workflow file for this run

name: Unittests
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.19', '1.20', '1.21', '1.22' ]
name: Setup Go ${{ matrix.go }} environment
steps:
- uses: actions/[email protected]
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
check-latest: true
- name: Unittests
run: go test -v -cover ./...