Skip to content

refactor: Update project structure moving interface to project root #4

refactor: Update project structure moving interface to project root

refactor: Update project structure moving interface to project root #4

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
golang:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
check-latest: true
cache: true
- name: Run Tests
run: go test -v ./...