Skip to content

Commit

Permalink
remove -v
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 1, 2024
1 parent a511c6e commit ed19cd5
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 @@ -93,7 +93,7 @@ jobs:
run: temporal server start-dev --headless & (sleep 1; temporal operator search-attribute create --name MirrorName --type Text --namespace default)

- name: run tests
run: go test -v -p 12 ./... -timeout 1800s
run: go test -p 30 ./... -timeout 1200s
working-directory: ./flow
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit ed19cd5

Please sign in to comment.