Skip to content

add failing test for clarity #46

add failing test for clarity

add failing test for clarity #46

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: run test
run: make test