disable golang test cache

pull/2504/head
René Werner 2023-06-09 21:14:32 +02:00
parent 0822f2e322
commit 9effdf829a
1 changed files with 1 additions and 1 deletions

View File

@ -48,4 +48,4 @@ jobs:
with:
max_attempts: 3
timeout_minutes: 15
command: go test ./... -v -race
command: go test ./... -v -race -count=1