Skip to content

Merge pull request #110 from Checkmarx/cx-RomeuAlves-patch-2 #282

Merge pull request #110 from Checkmarx/cx-RomeuAlves-patch-2

Merge pull request #110 from Checkmarx/cx-RomeuAlves-patch-2 #282

Workflow file for this run

name: Test
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- name: Set up Go
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2
with:
go-version: 1.21
- name: Test
run: go test -v ./...