Skip to content

CLI: Update Go SDK to f8178335e91ed37927459b03d712ca1f32f6391a #425

CLI: Update Go SDK to f8178335e91ed37927459b03d712ca1f32f6391a

CLI: Update Go SDK to f8178335e91ed37927459b03d712ca1f32f6391a #425

Workflow file for this run

name: Run tests for the CLI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- name: Run tests
run: make test