Added further tests for ci

This commit is contained in:
Alejandro Saucedo 2021-01-20 21:21:07 +00:00
parent 661a50e62d
commit fbfef16105
3 changed files with 14 additions and 5 deletions

View file

@ -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.*"