Skip to content

Commit

Permalink
Revert "[TEST] run backend test only"
Browse files Browse the repository at this point in the history
This reverts commit ccb10fd.
  • Loading branch information
pmeier committed Jun 2, 2023
1 parent 1140021 commit 7eed7af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/unittest/linux/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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 7eed7af

Please sign in to comment.