Skip to content

Commit e9f2014

Browse files
committed
.github/workflows: test package cm in release workflow
1 parent 0a22d3e commit e9f2014

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v[0-9]+.[0-9]+.*'
77

8+
env:
9+
go-modules: ./... ./cm/...
10+
811
jobs:
912
build:
1013
name: Build binaries
@@ -30,7 +33,7 @@ jobs:
3033
go-version-file: go.mod
3134

3235
- name: Run Go tests
33-
run: go test -v ./...
36+
run: go test ${{ env.go-modules }}
3437

3538
- name: Build binary
3639
run: |

0 commit comments

Comments
 (0)