Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Merge pull request #25 from meethuhu/main #46

Merge pull request #25 from meethuhu/main

Merge pull request #25 from meethuhu/main #46

Workflow file for this run

name: Test
on:
push:
branches: [ main, test_au ]
pull_request:
branches: [ main, test_au ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.22'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...