Added further tests for ci
This commit is contained in:
parent
661a50e62d
commit
fbfef16105
3 changed files with 14 additions and 5 deletions
12
.github/workflows/cpp_ubuntu.yml
vendored
12
.github/workflows/cpp_ubuntu.yml
vendored
|
|
@ -37,6 +37,12 @@ jobs:
|
|||
- name: tests
|
||||
run: |
|
||||
#only running tests that dont require GLSL compilation
|
||||
./build/test/test_kompute --gtest_filter=*Tensor*
|
||||
./build/test/test_kompute --gtest_filter=TestManager*
|
||||
|
||||
./build/test/test_kompute --gtest_filter="TestMainLogisticRegression.*"
|
||||
./build/test/test_kompute --gtest_filter="TestManager.*"
|
||||
./build/test/test_kompute --gtest_filter="TestOpAlgoBase.ShaderCompiledDataFromConstructor"
|
||||
#./build/test/test_kompute --gtest_filter="TestOpAlgoBase.ShaderCompiledDataFromFile"
|
||||
./build/test/test_kompute --gtest_filter="TestOpTensorCopy.*"
|
||||
./build/test/test_kompute --gtest_filter="TestOpTensorCreate.*"
|
||||
./build/test/test_kompute --gtest_filter="TestOpTensorSync.*"
|
||||
./build/test/test_kompute --gtest_filter="TestSequence.*"
|
||||
./build/test/test_kompute --gtest_filter="TestTensor.*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue