Skip to content

chore: bumping version to v0.1.0-beta #40

chore: bumping version to v0.1.0-beta

chore: bumping version to v0.1.0-beta #40

Workflow file for this run

name: Unit testing
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.21.1'
- name: Unit tests
run: make unit_test