Skip to content

Merge pull request #8 from BarbarossaTM/chore/docs #26

Merge pull request #8 from BarbarossaTM/chore/docs

Merge pull request #8 from BarbarossaTM/chore/docs #26

Workflow file for this run

on: [push, pull_request]
name: tests
jobs:
test:
strategy:
matrix:
go-version: [1.19.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Build & Test
run: make build test