Skip to content

build(deps): bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 #54

build(deps): bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13

build(deps): bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 #54

Workflow file for this run

name: "Test Unit"
on:
push:
branches: [main]
paths:
- '**.go'
- 'Makefile'
- 'go.mod'
- 'go.sum'
- '.github/workflows/test-unit.yml'
pull_request:
branches: [main]
paths:
- '**.go'
- 'Makefile'
- 'go.mod'
- 'go.sum'
- '.github/workflows/test-unit.yml'
jobs:
unit-tests:
name: "Unit Tests"
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: "Check out"
uses: actions/checkout@v2
- name: "Setup Go"
uses: actions/setup-go@v1
with:
go-version: 1.16
- name: Test
run: |
make test