Skip to content

Merge pull request #12 from SgtCoDFish/makefile #28

Merge pull request #12 from SgtCoDFish/makefile

Merge pull request #12 from SgtCoDFish/makefile #28

Workflow file for this run

name: tests
on:
pull_request:
push:
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
cache: true
- run: make test
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
cache: true
- run: make test-e2e