Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Merge branch 'main' into develop #108

Merge branch 'main' into develop

Merge branch 'main' into develop #108

Workflow file for this run

name: Go Test
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Test
run: go test -v ./tests