Skip to content

ok, I can distinct those cases easily - but maybe it's not clear #44

ok, I can distinct those cases easily - but maybe it's not clear

ok, I can distinct those cases easily - but maybe it's not clear #44

Workflow file for this run

name: Test
on: push
jobs:
run-tests:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install golang
uses: actions/setup-go@v3
with:
go-version: "1.22"
- name: Run tests
run: make tests