We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01094f1 commit 5f615dfCopy full SHA for 5f615df
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
then
74
rm -r build
75
fi
76
- meson setup build -Db_sanitize=address,undefined
+ meson setup build -Db_sanitize=address,undefined -Dbuildtype=debugoptimized
77
python -m build --no-isolation --wheel -Cbuilddir=build --config-setting='compile-args=-v'
78
find ./dist/*.whl | xargs python -m pip install
79
- name: Run stringdtype tests
0 commit comments