mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-22 22:55:28 +00:00
F
This commit is contained in:
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@@ -23,5 +23,5 @@ jobs:
|
|||||||
M3O_API_TOKEN: ${{ secrets.M3O_API_TOKEN }}
|
M3O_API_TOKEN: ${{ secrets.M3O_API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
# stream is temporarily excluded as it hangs forever because test does not close connection
|
# stream is temporarily excluded as it hangs forever because test does not close connection
|
||||||
# @todo remove "idempotent: true" from stream example
|
# @TODO remove "idempotent: true" from stream example
|
||||||
find . -name ".run" | grep -v stream | xargs -n1 dirname | xargs -n1 go run
|
find . -name ".run" | grep -v stream | xargs -n1 dirname | xargs -n1 go run
|
||||||
|
|||||||
Reference in New Issue
Block a user