Skip to content

feat: use test host name for marker if localhost alias #1038

feat: use test host name for marker if localhost alias

feat: use test host name for marker if localhost alias #1038

Workflow file for this run

name: Test
on:
pull_request:
branches: [main, develop]
types: [opened, synchronize, reopened]
push:
branches: [main, develop]
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: ^1.21
cache: true
- name: Run Go Tests
run: go test -coverprofile coverage.out ./...