Skip to content

Commit

Permalink
Use test2json -t for timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Dec 3, 2024
1 parent d566646 commit 574f0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ tasks:
cmds:
- task services:up
- defer: task services:down
- cd gateway && ./gateway.test '-test.run=({{.funcs}})' -test.parallel=1 -test.count 1 -test.v | go tool test2json > /tmp/{{.shard}}.test.log && cd -
- cd gateway && ./gateway.test '-test.run=({{.funcs}})' -test.parallel=1 -test.count 1 -test.v | go tool test2json -t > /tmp/{{.shard}}.test.log && cd -
- gotestsum --no-color=false --hide-summary=skipped --raw-command cat /tmp/{{.shard}}.test.log
- gotestsum tool slowest --jsonfile /tmp/{{.shard}}.test.log --num 10

Expand Down

0 comments on commit 574f0eb

Please sign in to comment.