Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

change the json field name of NSID of LvolConnectResp #318

change the json field name of NSID of LvolConnectResp

change the json field name of NSID of LvolConnectResp #318

Workflow file for this run

name: Unit and Sanity Tests
on:
push:
branches: ['**']
workflow_dispatch:
jobs:
unit-test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Tidy Go modules
run: go mod tidy
- name: Test
run: make test SKIP_TESTS=TestSanity