Skip to content

Commit

Permalink
gh: tests: ability to enable 'set -x'
Browse files Browse the repository at this point in the history
Useful to debug issue only visible on the CI side.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
  • Loading branch information
matttbe committed Mar 6, 2024
1 parent 2ffa6f4 commit 756bbbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
mode: auto-${{ matrix.mode }}
packetdrill_stable: ${{ steps.branch.outputs.name == 'export-net' && '1' || '0' }}
extra_env: ${{ matrix.mode == 'btf' && 'INPUT_RUN_TESTS_ONLY=bpftest_all' || '' }}
trace: 1 # ${{ secrets.TESTS_ACTION_DEBUG }}

- name: "Publish conclusion"
if: always()
Expand Down

0 comments on commit 756bbbc

Please sign in to comment.