Run idempotent tests

This commit is contained in:
Janos Dobronszki
2021-11-09 11:06:04 +00:00
parent 80c683fa2a
commit 9fd910f769

View File

@@ -22,5 +22,6 @@ jobs:
env:
M3O_API_TOKEN: ${{ secrets.M3O_API_TOKEN }}
run: |
cd examples/helloworld/call/callTheHelloworldService
go run main.go
# stream is temporarily excluded as it hangs forever because test does not close connection
# @todo remove "idempotent: true" from stream example
find . -name ".run" | grep -v stream | xargs -n1 dirname | xargs -n1 go run