Skip to content

fix: revert "feat: add scripts hotfix pipeline for test (#8046)" #13740

fix: revert "feat: add scripts hotfix pipeline for test (#8046)"

fix: revert "feat: add scripts hotfix pipeline for test (#8046)" #13740

Workflow file for this run

name: Go Unit Tests
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.24'
- run: |
set -ex
make test
name: Run unit tests for go code in the repository