Skip to content

Add tests and fix bugs #3

Add tests and fix bugs

Add tests and fix bugs #3

Workflow file for this run

name: test
on:
pull_request:
branches:
- '*'
push:
branches:
- 'dev'
- 'master'
jobs:
unit-tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Go Version
uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: test
run: |
make test