mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-06-01 06:00:36 +00:00
ci : remove wasm test (#23733)
* run tests in correct build folder * remove wasm test
This commit is contained in:
parent
4d8cc0c56f
commit
b3a739c9b6
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build-webgpu.yml
vendored
6
.github/workflows/build-webgpu.yml
vendored
|
|
@ -171,9 +171,3 @@ jobs:
|
|||
-DEMDAWNWEBGPU_DIR=emdawnwebgpu_pkg
|
||||
|
||||
time cmake --build build-wasm --config Release --target test-backend-ops -j $(nproc)
|
||||
|
||||
- name: Test
|
||||
id: cmake_test
|
||||
run: |
|
||||
cd build
|
||||
ctest -L main --verbose --timeout 900
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue