We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1746f2e commit c177629Copy full SHA for c177629
1 file changed
ci/input_files/build.yaml.tpl
@@ -94,7 +94,7 @@ unit-test ({{ $runtime.name }}-{{ $runtime.arch }}):
94
- PYTHON_VERSION={{ $runtime.python_version }} ./scripts/setup_python_env.sh
95
script:
96
- source venv/bin/activate
97
- - pytest -vv
+ - pytest -vv -p faulthandler
98
retry: 2
99
100
integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
0 commit comments