We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe4d42 commit 75bec7cCopy full SHA for 75bec7c
1 file changed
.github/workflows/test.yml
@@ -45,10 +45,11 @@ jobs:
45
sudo apt-get install -qq ocl-icd-opencl-dev pocl-opencl-icd
46
47
- name: Build Current Binary
48
+ if: matrix.os != 'ubuntu-22.04-arm'
49
run: npm run build
50
51
- name: Run Unit Tests
- if: matrix.os != 'macos-14'
52
+ if: matrix.os != 'macos-14' && matrix.os != 'ubuntu-22.04-arm'
53
run: npm run test-ci
54
55
- name: Run Index Tests - MacOS
0 commit comments