Skip to content

Commit 735091e

Browse files
committed
Formatting
1 parent 7f79897 commit 735091e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ jobs:
128128
- run: go install gotest.tools/gotestsum@latest
129129

130130
- run:
131-
gotestsum --jsonfile="gotests.json" --packages="./..." --
132-
-tags=embed -covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
131+
gotestsum --jsonfile="gotests.json" --packages="./..." -- -tags=embed
132+
-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)