Enable MALLOC_OPTIONS=S on OpenBSD CI (#861)

This commit is contained in:
Florian Märkl 2021-03-18 14:55:01 +01:00 committed by GitHub
parent 2d21e4943b
commit e9e1164c08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ tasks:
# https://todo.sr.ht/~sircmpwn/builds.sr.ht/274
ln -s ${HOME}/rizin-testbins test/bins
# Running the unit tests
ninja -C build test
MALLOC_OPTIONS=S ninja -C build test
- test: |
cd rizin
export PATH=${HOME}/bin:/usr/local/bin:${PATH}
@ -46,4 +46,4 @@ tasks:
ln -s ${HOME}/rizin-testbins test/bins
cd test
# Running the unit tests
rz-test -L -o results.json
MALLOC_OPTIONS=S rz-test -L -o results.json