Skip to content

Release V1.0.0-rc3

Release V1.0.0-rc3 #1

Workflow file for this run

name: Build Test
on:
push:
branches:
- "master"
tags:
- "v*"
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: |
sudo apt update -y
sudo apt install -y golang git
go test -v