mirror of https://github.com/gofiber/fiber.git
disable golang test cache
parent
0822f2e322
commit
9effdf829a
|
@ -48,4 +48,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
timeout_minutes: 15
|
timeout_minutes: 15
|
||||||
command: go test ./... -v -race
|
command: go test ./... -v -race -count=1
|
||||||
|
|
Loading…
Reference in New Issue