Skip to content

Corrected gotree brlen add parameter name #105

Corrected gotree brlen add parameter name

Corrected gotree brlen add parameter name #105

Workflow file for this run

name: Go
on:
push:
branches:
- master
- dev
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19.3
- name: Build
run: make
- name: Test
run: make && make test && make testcommands