Skip to content

Commit 9586ff6

Browse files
committed
set build type in build invocation
1 parent 5f615df commit 9586ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
then
7474
rm -r build
7575
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'
76+
meson setup build -Db_sanitize=address,undefined
77+
python -m build --no-isolation --wheel -Cbuilddir=build --config-setting='compile-args=-v' -Csetup-args="-Dbuildtype=debug"
7878
find ./dist/*.whl | xargs python -m pip install
7979
- name: Run stringdtype tests
8080
working-directory: stringdtype

0 commit comments

Comments
 (0)