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 5f615df commit 9586ff6Copy full SHA for 9586ff6
.github/workflows/ci.yml
@@ -73,8 +73,8 @@ jobs:
73
then
74
rm -r build
75
fi
76
- meson setup build -Db_sanitize=address,undefined -Dbuildtype=debugoptimized
77
- python -m build --no-isolation --wheel -Cbuilddir=build --config-setting='compile-args=-v'
+ meson setup build -Db_sanitize=address,undefined
+ python -m build --no-isolation --wheel -Cbuilddir=build --config-setting='compile-args=-v' -Csetup-args="-Dbuildtype=debug"
78
find ./dist/*.whl | xargs python -m pip install
79
- name: Run stringdtype tests
80
working-directory: stringdtype
0 commit comments