Skip to content

Commit e0f8dbd

Browse files
authored
ci: make sure go-run'ing binaries works (#894)
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent 9d820c9 commit e0f8dbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ jobs:
131131
run: |
132132
! git grep -InE 'require[.].+err.Error'
133133
134+
- if: runner.os == 'Linux'
135+
name: Ensure go-run'ing binaries works
136+
run: go run -a github.com/getkin/kin-openapi/cmd/validate@latest -- openapi3/testdata/test.openapi.yml
137+
134138
- if: runner.os == 'Linux'
135139
name: Missing specification object link to definition
136140
run: |

0 commit comments

Comments
 (0)