Skip to content

Delete accidental binary #4

Delete accidental binary

Delete accidental binary #4

Workflow file for this run

name: Tests
on:
push:
branches: [develop, "feature/**"]
pull_request:
branches: [develop, "feature/**"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: go test ./... -v