Skip to content

Add get_harvesters for the farmer, and consolidate the Plot definitio… #243

Add get_harvesters for the farmer, and consolidate the Plot definitio…

Add get_harvesters for the farmer, and consolidate the Plot definitio… #243

Workflow file for this run

name: Test/Lint/Fmt/Vet
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: golang:1
steps:
- uses: actions/checkout@v3
- name: Test
run: make test-coverage