Skip to content

Release 0.12.0 changelog #9

Release 0.12.0 changelog

Release 0.12.0 changelog #9

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
Run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Run tests
run: |
make test