Skip to content

Commit

Permalink
Enable RNP logging to be able to troubleshoot Windows CI runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Jul 26, 2024
1 parent 4750913 commit 41cf5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
mkdir -p "build/Testing/Temporary"
cp "cmake/CTestCostData.txt" "build/Testing/Temporary"
export PATH="$PWD/build/src/lib:$PATH"
export RNP_LOG_CONSOLE=1
ctest --parallel ${{ env.CORES }} --test-dir build -C Debug --output-on-failure
- name: Install
Expand Down

0 comments on commit 41cf5f0

Please sign in to comment.