Skip to content

Commit 4ba2853

Browse files
nickajacks1grivera64
authored andcommitted
🧹 v3 (chore): Update test workflow to use gotestsum (gofiber#2895)
1 parent 2f10314 commit 4ba2853

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ jobs:
3030
with:
3131
go-version: ${{ matrix.go-version }}
3232

33+
- name: Install gotestsum
34+
run: go install gotest.tools/[email protected]
35+
3336
- name: Test
34-
run: go test ./... -v -race -count=1 -coverprofile=coverage.txt -covermode=atomic
37+
run: gotestsum -f testname -- ./... -race -count=1 -coverprofile=coverage.txt -covermode=atomic
3538

3639
- name: Upload coverage reports to Codecov
3740
uses: codecov/[email protected]

0 commit comments

Comments
 (0)