Skip to content

exec: only stream output when log function is set #338

exec: only stream output when log function is set

exec: only stream output when log function is set #338

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name:
run: make baur