Skip to content

Commit

Permalink
CI: add tests to primitives:tests runs (#2697)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanglaser authored Mar 27, 2024
1 parent b5cd57a commit 20df72c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cpp/oneapi/dal/backend/primitives/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,18 @@ dal_collect_test_suites(
name = "tests",
modules = [
"blas",
"heap",
"lapack",
"optimizers",
"objective_function",
"reduction",
"placement",
"reduction",
"regression",
"rng",
"selection",
"sort",
"stat",
"voting",
],
root = "@onedal//cpp/oneapi/dal/backend/primitives",
tests = [
Expand Down

0 comments on commit 20df72c

Please sign in to comment.