Fixed Makefile for MacOS ARM 64 Go bindings #234
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bindings Tests (Go) | |
on: | |
push: | |
paths: | |
- bindings/go/** | |
- whisper.h | |
pull_request: | |
paths: | |
- bindings/go/** | |
- whisper.h | |
jobs: | |
ubuntu-latest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-go@v3 | |
with: | |
go-version: '^1.19' | |
- uses: actions/checkout@v1 | |
- run: | | |
cd bindings/go | |
make test |