Skip to content

Removing HPE files that aren't useful within ochami #2

Removing HPE files that aren't useful within ochami

Removing HPE files that aren't useful within ochami #2

Workflow file for this run

name: Run Unit Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Install dependencies
run: go get .
- name: Test with the Go CLI
run: go test