Skip to content

Commit dd398e3

Browse files
committed
check pytorch_unittest
1 parent 6a8c4b7 commit dd398e3

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/unit_tests_common.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,12 @@ jobs:
7373
fail-fast: false
7474
matrix:
7575
test_group:
76-
# - name: core
77-
# path: "tests/unit_tests/test_*.py"
78-
# test_type: "pytest"
79-
# - name: distributed
80-
# path: "tests/unit_tests/distributed/"
81-
# test_type: "pytest"
8276
- name: pytorch_debug
8377
path: "qa/L0_pytorch_debug_unittest/test.sh"
8478
test_type: "sh"
85-
# - name: pytorch_unittest
86-
# path: "qa/L0_pytorch_unittest/test.sh"
87-
# test_type: "sh"
79+
- name: pytorch_unittest
80+
path: "qa/L0_pytorch_unittest/test.sh"
81+
test_type: "sh"
8882
# - name: pytorch_lint
8983
# path: "qa/L0_pytorch_lint/test.sh"
9084
# test_type: "sh"

0 commit comments

Comments
 (0)