Skip to content

build(deps): bump softprops/action-gh-release from 4634c16e79c963813287e889244c50009e7f0981 to 1ce812a7bd7fa6c191ed3334eeace31579a98f25 #479

build(deps): bump softprops/action-gh-release from 4634c16e79c963813287e889244c50009e7f0981 to 1ce812a7bd7fa6c191ed3334eeace31579a98f25

build(deps): bump softprops/action-gh-release from 4634c16e79c963813287e889244c50009e7f0981 to 1ce812a7bd7fa6c191ed3334eeace31579a98f25 #479

Workflow file for this run

name: Unit tests
on:
pull_request: {}
push:
paths-ignore:
- '*.md'
- '**/*.md'
branches:
- main
jobs:
go_unit_tests:
name: Go unit tests
timeout-minutes: 30
runs-on: ubuntu-20.04
container:
image: golang:1.19
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Go unit tests
run: |
go install gotest.tools/[email protected]
gotestsum -- -cover -race -v -mod=readonly ./...