Skip to content

deps: bump gotest.tools/gotestsum from 1.8.2 to 1.12.0 #235

deps: bump gotest.tools/gotestsum from 1.8.2 to 1.12.0

deps: bump gotest.tools/gotestsum from 1.8.2 to 1.12.0 #235

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.23
id: go
- name: Run Unit tests
run: go run gotest.tools/gotestsum --format short-verbose -- -timeout=5m ./...