Also run jemallocator tests with unprefixed symbols
This commit is contained in:
parent
de305db300
commit
6d0185c384
|
@ -37,6 +37,7 @@ ${CARGO_CMD} build -vv --target $TARGET --features profiling
|
|||
${CARGO_CMD} build -vv --target $TARGET --features debug
|
||||
${CARGO_CMD} build -vv --target $TARGET --features 'debug profiling'
|
||||
${CARGO_CMD} test -vv --target $TARGET
|
||||
${CARGO_CMD} test -vv --target $TARGET --features unprefixed_malloc_on_supported_platforms
|
||||
${CARGO_CMD} test -vv --target $TARGET --release
|
||||
${CARGO_CMD} test -vv --target $TARGET -p jemalloc-sys
|
||||
${CARGO_CMD} test -vv --target $TARGET -p jemalloc-sys --features unprefixed_malloc_on_supported_platforms
|
||||
|
|
Loading…
Reference in New Issue