Skip to content

Commit 9706790

Browse files
committed
Use verbose logs during testing.
1 parent 777398c commit 9706790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_ios.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def test_ios_platforms(tmp_path, build_config):
4848
"CIBW_BUILD": "cp313-*",
4949
"CIBW_TEST_SOURCES": "tests",
5050
"CIBW_TEST_COMMAND": "unittest discover tests test_platform.py",
51+
"CIBW_BUILD_VERBOSITY": "1",
5152
**build_config,
5253
},
5354
)

0 commit comments

Comments
 (0)