Skip to content

Bump github.com/alecthomas/units (#353) #41

Bump github.com/alecthomas/units (#353)

Bump github.com/alecthomas/units (#353) #41

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: CI
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV
- name: Test
run: go test ./...