Skip to content

Add minimized build #351

Add minimized build

Add minimized build #351

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19
- run: go version
- run: make get-bats
- name: build
run: make compile-releases
- name: test
run: make integration-tests