all repos

onasty @ 3f331186ab8a30c68264a0e1aa9ff78377420e00

a one-time notes service
1 files changed, 2 insertions(+), 2 deletions(-)
chore: use go tests cache (#212)

Author: Oleksandr Smirnov olexsmir@gmail.com
Committed by: GitHub noreply@github.com
Committed at: 2025-09-16 21:13:02 +0300
Parent: 164a37b
M Taskfile.yml
ยทยทยท
        49
        49
             - task: frontend:test

      
        50
        50
         

      
        51
        51
           test:unit:

      
        52
        
        -    - '{{.gotest}} --count=1 -v --short ./...'

      
        
        52
        +    - '{{.gotest}} -v --short ./...'

      
        53
        53
         

      
        54
        54
           test:e2e:

      
        55
        
        -    - '{{.gotest}} --count=1 -v ./e2e/'

      
        
        55
        +    - '{{.gotest}} -v ./e2e/'