Skip to content

Updated github actions workflow #14

Updated github actions workflow

Updated github actions workflow #14

Workflow file for this run

name: Run tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.20.0'
- run: go test -v ./...