Skip to content

Commit 5f615df

Browse files
committed
build a debugoptimized stringdtype
1 parent 01094f1 commit 5f615df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
then
7474
rm -r build
7575
fi
76-
meson setup build -Db_sanitize=address,undefined
76+
meson setup build -Db_sanitize=address,undefined -Dbuildtype=debugoptimized
7777
python -m build --no-isolation --wheel -Cbuilddir=build --config-setting='compile-args=-v'
7878
find ./dist/*.whl | xargs python -m pip install
7979
- name: Run stringdtype tests

0 commit comments

Comments
 (0)