Add test to build.yml

pull/404/head
Chidi Williams 3 years ago committed by GitHub
parent 4ef3398e8f
commit 255335dc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,6 +37,13 @@ jobs:
make
make stream
- name: Test
run: |
sysctl -a machdep.cpu
bash models/download-ggml-model.sh tiny
./main -m models/ggml-tiny.bin -f samples/jfk.wav
ubuntu-latest-gcc:
runs-on: ubuntu-latest

Loading…
Cancel
Save