Skip to content

Merge pull request #77 from Daaaai0809/update-binary-files #77

Merge pull request #77 from Daaaai0809/update-binary-files

Merge pull request #77 from Daaaai0809/update-binary-files #77

Workflow file for this run

name: go-test
on:
push:
branches:
# All branches except main
- '*'
pull_request:
branches:
# All branches except main
- '*'
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Run go test
run: go test ./...