Skip to content

build(deps): bump golang.org/x/term from 0.0.0-20210615171337-6886f2dfbf5b to 0.13.0 #60

build(deps): bump golang.org/x/term from 0.0.0-20210615171337-6886f2dfbf5b to 0.13.0

build(deps): bump golang.org/x/term from 0.0.0-20210615171337-6886f2dfbf5b to 0.13.0 #60

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