Skip to content

BlendOkLab + BlendOkLch (#70) #43

BlendOkLab + BlendOkLch (#70)

BlendOkLab + BlendOkLch (#70) #43

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- "**.md"
- "**.png"
- "**.ipynb"
- "**.xcf"
- "LICENSE"
pull_request:
paths-ignore:
- "**.md"
- "**.png"
- "**.ipynb"
- "**.xcf"
- "LICENSE"
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: ["1.22", "1.23"]
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: |
go test -race ./...