make the sub-group of tests run always (#10196)

This commit is contained in:
Stas Bekman
2021-02-15 10:01:35 -08:00
committed by GitHub
parent 8cbd0bd137
commit 96897a3535

View File

@@ -244,6 +244,7 @@ jobs:
run: cat reports/tests_torch_multi_gpu_failures_short.txt run: cat reports/tests_torch_multi_gpu_failures_short.txt
- name: Run examples tests on multi-GPU - name: Run examples tests on multi-GPU
if: ${{ always() }}
env: env:
OMP_NUM_THREADS: 1 OMP_NUM_THREADS: 1
RUN_SLOW: yes RUN_SLOW: yes