Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Nov 28, 2022
1 parent f0f81d6 commit c1bab31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ jobs:
- name: Run Tests
timeout-minutes: 65
run: |
test -z ${BUILD_VARIANT##*tsan*} && export LD_LIBRARY_PATH=$LD_LIBRARY_PATH_TSAN
echo ${BUILD_VARIANT} | grep -q tsan && export LD_LIBRARY_PATH=$LD_LIBRARY_PATH_TSAN
echo $LD_LIBRARY_PATH
ls -l $LD_LIBRARY_PATH
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
--chip-tool ./out/linux-x64-chip-tool${CHIP_TOOL_VARIANT}-${BUILD_VARIANT}/chip-tool \
Expand Down Expand Up @@ -396,7 +398,7 @@ jobs:
- name: Run Tests
timeout-minutes: 10
run: |
test -z ${BUILD_VARIANT##*tsan*} && export LD_LIBRARY_PATH=$LD_LIBRARY_PATH_TSAN
echo ${BUILD_VARIANT} | grep -q tsan && export LD_LIBRARY_PATH=$LD_LIBRARY_PATH_TSAN
./scripts/run_in_build_env.sh \
"./scripts/tests/run_python_test.py \
--app out/linux-x64-all-clusters-${BUILD_VARIANT}-test/chip-all-clusters-app \
Expand Down

0 comments on commit c1bab31

Please sign in to comment.