Skip to content

Commit 7f79897

Browse files
committed
Add -tag=embed to the gotestsum command
1 parent 6fe167e commit 7f79897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- run:
131131
gotestsum --jsonfile="gotests.json" --packages="./..." --
132-
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
132+
-tags=embed -covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
133133
-count=3 -race -parallel=2
134134

135135
- uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)