Skip to content

[cli] Renames ret_output flag to return_output #9

[cli] Renames ret_output flag to return_output

[cli] Renames ret_output flag to return_output #9

Workflow file for this run

name: Run Tests CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.24.0"
- name: Checkout branch
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Install dependencies
run: make
- name: Run tests
run: make unit-test && make test