Skip to content

add binary workflow #91

add binary workflow

add binary workflow #91

Workflow file for this run

name: test
on:
push:
tags:
- '!v*'
branches:
- '*'
pull_request:
jobs:
unittests:
runs-on: ubuntu-latest
container: projecteru2/footstone:yavirt-prebuild
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: unit tests
run: make test