Skip to content

hiago-balbino triggered the tests pipe #51

hiago-balbino triggered the tests pipe

hiago-balbino triggered the tests pipe #51

Workflow file for this run

name: Tests
run-name: ${{ github.actor }} triggered the tests pipe
permissions:
contents: read
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Run unit tests
run: make tests