Skip to content

feat: Total destroy. All code removed and basic skeleton created. #1

feat: Total destroy. All code removed and basic skeleton created.

feat: Total destroy. All code removed and basic skeleton created. #1

Workflow file for this run

name: Go tests
on:
push:
jobs:
run-go-tests:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- name: Run go tests
run: make test