Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Oct 22, 2024
1 parent 338d7d0 commit f9ef139
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/prof_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,13 @@ jobs:
- name: Run cargo tests
run: |
set -eux
if [[ "${{ contains(matrix.docker_image, 'alpine') }}" == "true" ]]; then
source -i /root/.bashrc
fi
switch-php "${PHP_VERSION}"
cd profiling
cargo test --release --all-features
- name: Run phpt tests NTS
run: |
set -eux
if [[ "${{ contains(matrix.docker_image, 'alpine') }}" == "true" ]]; then
source /root/.bashrc
fi
switch-php "${PHP_VERSION}"
libdir="/tmp/datadog-profiling"
cd profiling
Expand All @@ -87,9 +81,6 @@ jobs:
- name: Run phpt tests ZTS
run: |
set -eux
if [[ "${{ contains(matrix.docker_image, 'alpine') }}" == "true" ]]; then
source /root/.bashrc
fi
switch-php "${PHP_VERSION}-zts"
libdir="/tmp/datadog-profiling"
cd profiling
Expand Down

0 comments on commit f9ef139

Please sign in to comment.