Skip to content

Merge pull request #5 from nrfta/dependabot/go_modules/github.com/vek… #12

Merge pull request #5 from nrfta/dependabot/go_modules/github.com/vek…

Merge pull request #5 from nrfta/dependabot/go_modules/github.com/vek… #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
- "v*"
pull_request: {}
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Install Dependencies
run: go mod download
- name: Tests
run: go test -v ./...