mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-11 18:44:26 +00:00
Run idempotent tests
This commit is contained in:
5
.github/workflows/generate.yml
vendored
5
.github/workflows/generate.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user