Skip to content

Commit

Permalink
[TEST] --tb=short
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Jul 25, 2023
1 parent b382496 commit 7caf21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/unittest-linux/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ declare -a args=(
'--cov=torchaudio'
"--junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml"
'--durations' '20'
'--tb=short'
)

if [[ "${CUDA_TESTS_ONLY}" = "1" ]]; then
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittest-linux-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
"--junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml"
'--durations' '100'
'-k' 'cuda or gpu'
'--tb=short'
)
cd test
Expand Down

0 comments on commit 7caf21e

Please sign in to comment.