Skip to content

Merge pull request #39 from oviceinc/feat/events #151

Merge pull request #39 from oviceinc/feat/events

Merge pull request #39 from oviceinc/feat/events #151

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Testing
run: |
go mod download
make test