Skip to content

local execution

local execution #7

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