Skip to content

Swap tests to an enabled workflow. #1

Swap tests to an enabled workflow.

Swap tests to an enabled workflow. #1

name: Run uni tests
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Running Golang tests
run: go test -v -short ./...