Skip to content

make timeout configurable #248

make timeout configurable

make timeout configurable #248

Workflow file for this run

name: UnitTesting
on: [push, pull_request]
env:
GO111MODULE: off
jobs:
build:
name: Build
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/github.com/newrelic/infra-integrations-sdk
steps:
- name: Set up Go
uses: actions/setup-go@v5
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test
run: make test