diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 58175aa..4145ac4 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -46,4 +46,8 @@ jobs: - name: "check go version" shell: bash - run: go version | grep "go version go1.23.2 linux/amd64" \ No newline at end of file + run: go version | grep "go version go1.23.2 linux/amd64" + + - name: "check go installed command" + shell: bash + run: mctl -v | grep "mctl version v0.3.4" \ No newline at end of file