mirror of https://github.com/gofiber/fiber.git
feat(ci): do not retry flaky tests (#2875)
Reporting flaky tests is important so they can be fixed. Also this allows to discover data races which else might go completely unnoticed.pull/2881/head
parent
26346d6908
commit
8c413d0652
|
@ -30,9 +30,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
|
||||||
- name: Run Test
|
- run: go test ./... -v -race -count=1
|
||||||
uses: nick-fields/retry@v3
|
|
||||||
with:
|
|
||||||
max_attempts: 3
|
|
||||||
timeout_minutes: 15
|
|
||||||
command: go test ./... -v -race -count=1
|
|
||||||
|
|
Loading…
Reference in New Issue