Skip to content

fix: Ensure localhost maps to IPv4 address (#14) #60

fix: Ensure localhost maps to IPv4 address (#14)

fix: Ensure localhost maps to IPv4 address (#14) #60

Workflow file for this run

name: Test
on:
push:
branches:
- d2iq/*
pull_request:
branches:
- d2iq/*
jobs:
test:
name: Test
runs-on:
- self-hosted
- small
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true # cache go action in github actions cache store.
- name: make test
run: |
make test TEST_PACKAGES='$(shell go list ./... | grep -v tests/e2e)'