Skip to content

Commit 2db49d3

Browse files
committed
Test
1 parent 78ea2a7 commit 2db49d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ style: clean
3636
# Run unit and integration tests
3737
fast_tests:
3838
python -m pip install .[tests]
39-
python -m pytest tests/test_gaudi_configuration.py tests/test_trainer_distributed.py tests/test_trainer.py tests/test_trainer_seq2seq.py tests/test_habana_profiler_unit.py
39+
python -m pytest -v -s tests/test_gaudi_configuration.py tests/test_trainer_distributed.py tests/test_trainer.py tests/test_trainer_seq2seq.py tests/test_habana_profiler_unit.py
4040
# TODO enable when CI has more servers
4141
# python -m pytest test_functional_text_generation_example.py
4242

@@ -45,7 +45,7 @@ fast_tests_diffusers:
4545
python -m pip install .[tests]
4646
python -m pip install -r examples/stable-diffusion/requirements.txt
4747
python -m pip install peft==0.17.0
48-
python -m pytest tests/test_diffusers.py
48+
python -m pytest -v -s tests/test_diffusers.py
4949

5050
# Run single-card non-regression tests on image classification models
5151
fast_tests_image_classifications:

0 commit comments

Comments
 (0)