0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-02-08 07:16:31 -05:00

multi-line

This commit is contained in:
Will Atlas 2025-01-31 11:07:38 -07:00
parent 299895049b
commit 07711a97ee

View file

@ -245,8 +245,7 @@ jobs:
if:
(matrix.config.variant == 'debug' || matrix.config.variant == 'release') &&
matrix.config.pointer_compression == true
run:
# Enable pointer_compression
run: |
sed -i 's/v8_enable_pointer_compression = false/v8_enable_pointer_compression = true/g' .gn
${{ matrix.config.cargo }} test -vv --all-targets --locked ${{ env.CARGO_VARIANT_FLAG }} --target ${{ matrix.config.target }}