Skip to content

Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0 #42

Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0

Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0 #42

name: unit tests and code-coverage
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
types:
- edited
- opened
- reopened
- synchronize
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.x'
- name: Run unit tests and code-coverage
run: |
go mod tidy
go test -race -covermode=atomic ./...