Skip to content

Commit

Permalink
Mark :dialyze_test as "manual" in bazel
Browse files Browse the repository at this point in the history
This means that `bazel test //...` will not run the suite, but `bazel
test :dialyze_tests` will. This can be reverted once these suites are
passing.
  • Loading branch information
pjk25 committed May 25, 2023
1 parent 27ec4ae commit 394ebaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ dialyze(
":test_helpers",
],
plt = ":test_deps_plt",
tags = ["manual"],
)

eunit(
Expand Down

0 comments on commit 394ebaa

Please sign in to comment.