Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Merge remote-tracking branch 'origin/main' into DFEXP-118 #711

Merge remote-tracking branch 'origin/main' into DFEXP-118

Merge remote-tracking branch 'origin/main' into DFEXP-118 #711

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- name: run tests
run: make test