Skip to content

Merge pull request #22 from DataDog/fix-ci #54

Merge pull request #22 from DataDog/fix-ci

Merge pull request #22 from DataDog/fix-ci #54

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Run unit tests
run: make test