Skip to content

feat: add streaming capabilities for SDR, SEL, and Sensor commands; u… #60

feat: add streaming capabilities for SDR, SEL, and Sensor commands; u…

feat: add streaming capabilities for SDR, SEL, and Sensor commands; u… #60

Workflow file for this run

---
name: Build and Test
on:
push:
branches:
- "main"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.23"
- name: Build & test
run: |
make dependencies
make build-all