Skip to content

Commit 73d4e1f

Browse files
dimitri-tenstorrentdanieldegrasse
authored andcommitted
Experiment to add new long tests from tt-metal
Add the tests from Allan Liu that are c++ tests from tt-metal Signed-off-by: Dimitri Gnidash <[email protected]>
1 parent 82ba5a0 commit 73d4e1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/hardware-long.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ jobs:
186186
# Run metal tests
187187
tests/scripts/run_cpp_unit_tests.sh
188188
TT_METAL_SLOW_DISPATCH_MODE=1 tests/scripts/run_cpp_unit_tests.sh
189-
189+
TT_METAL_SLOW_DISPATCH_MODE=1 tests/scripts/run_cpp_unit_tests.sh
190+
TT_METAL_SKIP_ETH_CORES_WITH_RETRAIN=1 ./build/test/tt_metal/unit_tests_dispatch --gtest_filter="CommandQueueSingleCardFixture.*"
191+
TT_METAL_SKIP_ETH_CORES_WITH_RETRAIN=1 ./build/test/tt_metal/unit_tests_dispatch --gtest_filter="CommandQueueSingleCardProgramFixture.*"
190192
- name: cleanup
191193
if: ${{ always() }}
192194
run: |

0 commit comments

Comments
 (0)