Skip to content

chore: remove meta from versioning (#214) #664

chore: remove meta from versioning (#214)

chore: remove meta from versioning (#214) #664

Workflow file for this run

name: Unit testing
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.23.3
- name: Unit tests
run: make test