Skip to content

Commit 89b2b80

Browse files
committed
typos
1 parent 3056e5f commit 89b2b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ jobs:
182182
id: build
183183
uses: ./.github/actions/build_pandas
184184
with:
185-
meson_args: --config-settings=setup-args="-Db_sanitize=address,undefined"
186-
cflags_adds: -fno-sanitize-recover=all
185+
meson_args: ${{ matrix.meson_args }}
186+
cflags_adds: ${{ matrix.cflags_adds }}
187187

188188
- name: Test (not single_cpu)
189189
uses: ./.github/actions/run-tests

0 commit comments

Comments
 (0)