Skip to content

Commit

Permalink
continue on opencl error
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 14, 2024
1 parent f3ef329 commit cf4bb39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ jobs:
- name: Test
if: matrix.action == 'test'
run: |
cargo test ${{ matrix.args }} -p vibe_core --release -- --nocapture
cargo test ${{ matrix.args }} -p vibe_core --release -- --nocapture
continue-on-error: ${{ contains(matrix.args, 'opencl') }} # OpenCL fail. need to check with whisper.cpp author

0 comments on commit cf4bb39

Please sign in to comment.