Skip to content

Commit

Permalink
ci: oops, copy the run-tests.php
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Dec 20, 2023
1 parent 47b5d63 commit 02764bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prof_asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
triplet=$(uname -m)-unknown-linux-gnu
RUSTFLAGS='-Zsanitizer=address' cargo +nightly-2023-05-03 build -Zbuild-std --target $triplet --release
cd tests
cp -v $(php-config --prefix)/lib/php/build/run-tests.php .
php run-tests.php --asan -d extension=$CARGO_TARGET_DIR/$triplet/release/libdatadog_php_profiling.so phpt
- name: Cache build dependencies
Expand Down

0 comments on commit 02764bf

Please sign in to comment.