Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit committed Jan 3, 2025
1 parent d6b366c commit 2dd2328
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/library_go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,10 @@ jobs:
working-directory: ${{ matrix.library }}
shell: bash
run: |
make test_go
make test_go
- name: Test Examples for Go
working-directory: ${{ matrix.library }}/runtimes/go/examples
shell: bash
run: |
go run main.go

0 comments on commit 2dd2328

Please sign in to comment.