Skip to content

Commit

Permalink
TMP: Make tests verbose for the hanging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed Jan 13, 2025
1 parent 19d14e8 commit 3d1e21e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,9 @@ jobs:
export HARNESS_OPTIONS=j4
fi
export RELEASE_TESTING=1
if [ "${{ matrix.server-version }}" = "system-pic" ] && [ "${{ matrix.client-version }}" = "system-pic" ]; then
export TEST_VERBOSE=1
fi
if [ "${{ matrix.server-version }}" != "none" ]; then
export CONNECTION_TESTING=1
fi
Expand Down

0 comments on commit 3d1e21e

Please sign in to comment.