Skip to content

Commit

Permalink
[TEST] run backend test only
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Jun 2, 2023
1 parent 8ec5475 commit ccb10fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/unittest/linux/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ declare -a args=(
'--cov=torchaudio'
"--junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml"
'--durations' '20'
'-k' 'backend'
)

if [[ "${CUDA_TESTS_ONLY}" = "1" ]]; then
Expand Down

0 comments on commit ccb10fd

Please sign in to comment.