Skip to content

Commit

Permalink
debug 3 --filter=[core]
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Nov 4, 2024
1 parent b65f02f commit 8ed0903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
if: "contains(github.event.head_commit.message, '--valgrind')"
run: |
sudo apt install -y valgrind
echo "${GITHUB_ACTIONS}"
cd core-tests && SWOOLE_VALGRIND=1 ./run.sh
- name: make test with asan
Expand Down
3 changes: 2 additions & 1 deletion core-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
__DIR__=$(cd "$(dirname "$0")";pwd)
__SWOOLE_DIR__=$(cd "$(dirname "${__DIR__}")";pwd)

echo ${GITHUB_ACTIONS}
export GITHUB_ACTIONS
export DISPLAY_BACKTRACE

if [ "${SWOOLE_ENABLE_ASAN}" = 1 ]; then
cmake . -D swoole_dir="${__SWOOLE_DIR__}" -D enable_thread=1 -D enable_asan=1
Expand Down

0 comments on commit 8ed0903

Please sign in to comment.