mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-11 10:34:27 +00:00
F
This commit is contained in:
6
.github/workflows/generate.yml
vendored
6
.github/workflows/generate.yml
vendored
@@ -24,4 +24,8 @@ jobs:
|
||||
run: |
|
||||
# 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
|
||||
O=$(find . -name ".run" | grep -v stream | xargs -n1 dirname | xargs -n1 go run)
|
||||
echo $O
|
||||
if grep -q Detail "$O"; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user