Skip to content

Commit

Permalink
build tests in buildTestPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jul 23, 2024
1 parent d544151 commit ab3dc3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/smi/buildTestPackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def main() -> int:
rc = DT.main((
*cfg_args,
"--no-coverage" if args.no_coverage else "",
"--no-build",
))
if rc:
return rc
Expand Down

0 comments on commit ab3dc3d

Please sign in to comment.