Skip to content

Commit

Permalink
Try inline env varible
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jan 30, 2025
1 parent e69f687 commit ca9393d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
- name: Test library
env:
ASAN_OPTIONS: "detect_leaks=0"
LD_PRELOAD: "$(gcc -print-file-name=libasan.so)"
run: |
cd build/src
python -m pytest -m "not skip_asan" -s ../../tests/
LD_PRELOAD="$(gcc -print-file-name=libasan.so)" python -m pytest -m "not skip_asan" -s ../../tests/

0 comments on commit ca9393d

Please sign in to comment.