Skip to content

CLI: Update Go SDK to 6e498fbbc12d5992adbcceba6638398457a1aca9 #986

CLI: Update Go SDK to 6e498fbbc12d5992adbcceba6638398457a1aca9

CLI: Update Go SDK to 6e498fbbc12d5992adbcceba6638398457a1aca9 #986

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@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
cache: true
- name: Run tests
run: make test