Skip to content

Fixed MSK

Fixed MSK #3509

Workflow file for this run

---
name: Run Unit Tests
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.adoc'
- '.github/**'
jobs:
testing:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v2
name: Set up golang 1.19
with:
go-version: '1.19.9'
- name: Check out source code
uses: actions/checkout@v2
- name: Run Tests
run: make test