Skip to content

Commit

Permalink
add test_tensor_wrapper into CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
iclementine committed Sep 11, 2024
1 parent f6c8052 commit d0c0c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/op-unit-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cmds=(
"CUDA_VISIBLE_DEVICES=6 coverage run ${COVERAGE_ARGS} -m pytest -s tests/test_libentry.py &"
"CUDA_VISIBLE_DEVICES=6 coverage run ${COVERAGE_ARGS} -m pytest -s tests/test_pointwise_dynamic.py &"
"CUDA_VISIBLE_DEVICES=6 coverage run ${COVERAGE_ARGS} -m pytest -s tests/test_shape_utils.py &"
"CUDA_VISIBLE_DEVICES=6 coverage run ${COVERAGE_ARGS} -m pytest -s tests/test_tensor_wrapper.py &"
)

declare -a exit_statuses
Expand Down

0 comments on commit d0c0c52

Please sign in to comment.