Skip to content

Commit

Permalink
try -v to see init logging
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 2, 2024
1 parent fefa5b5 commit cd6a283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
do sleep 10;temporal task-queue describe --task-queue=peer-flow-task-queue
done
)&
go test -p 30 ./... -timeout 1200s
go test -v -p 30 ./... -timeout 1200s
working-directory: ./flow
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit cd6a283

Please sign in to comment.