Skip to content

Commit ac315c2

Browse files
committed
add testcase for ops
Signed-off-by: jiseong.oh <[email protected]>
1 parent bad80e0 commit ac315c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,9 @@ jobs:
897897
python -m executorch.examples.samsung.aot_compiler --model_name=$model -c E9955
898898
done
899899
900+
# Test ops
901+
python -m unittest discover -s backends/samsung/test/ops -p "test_*.py"
902+
900903
901904
test-vulkan-models-linux:
902905
name: test-vulkan-models-linux

0 commit comments

Comments
 (0)