Skip to content

Merge branch 'refs/heads/main' into chore/tmpTestLinter #36

Merge branch 'refs/heads/main' into chore/tmpTestLinter

Merge branch 'refs/heads/main' into chore/tmpTestLinter #36

Workflow file for this run

name: Tests
on: [push]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...