From 300204151e7f9526a36e412c04fbd31a47feaa5b Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Wed, 7 May 2025 22:26:49 +0200 Subject: [PATCH] Remove tests from presubmit. --- .bcr/presubmit.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 2d812d65..abed14fb 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -23,8 +23,6 @@ tasks: - '@ftxui//:dom' - '@ftxui//:component' - '@ftxui//:screen' - test_targets: - - '@ftxui//:tests' windows_test: name: Verify build targets @@ -36,7 +34,3 @@ tasks: - '@ftxui//:dom' - '@ftxui//:component' - '@ftxui//:screen' - test_targets: - - '@ftxui//:tests' - -