Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Fix NewHaystack test #17

Fix NewHaystack test

Fix NewHaystack test #17

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Build
run: go build -v ./...
- name: Test (unit)
run: go test -v ./...
- name: Test (integration)
run: ./integration.sh