diff --git a/.github/workflows/library_go_tests.yml b/.github/workflows/library_go_tests.yml index 8f31e011f..d52b6e467 100644 --- a/.github/workflows/library_go_tests.yml +++ b/.github/workflows/library_go_tests.yml @@ -95,4 +95,10 @@ jobs: working-directory: ${{ matrix.library }} shell: bash run: | - make test_go \ No newline at end of file + make test_go + + - name: Test Examples for Go + working-directory: ${{ matrix.library }}/runtimes/go/examples + shell: bash + run: | + go run main.go \ No newline at end of file