Skip to content

Commit 8094ff5

Browse files
committed
Tests debug
1 parent 77320a8 commit 8094ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_accuracy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run Python Test
3636
run: |
3737
source venv/bin/activate
38-
pytest --data=./data tests/python/accuracy/test_accuracy.py
38+
pytest -v --data=./data tests/python/accuracy/test_accuracy.py
3939
- name: Install CPP dependencies
4040
run: |
4141
sudo bash src/cpp/install_dependencies.sh

0 commit comments

Comments
 (0)