Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#312) #265

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#312)

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#312) #265

Workflow file for this run

name: "Unit/Coverage Tests"
on:
push:
branches:
- master
pull_request_target:
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest
outputs:
msg: ${{ steps.results.outputs.content }}
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run unit tests and coverage test
id: test-coverage
run: |
go test -cover -v