From 8d58e8f4d621d7a0808df40eb37eb7086df5473f Mon Sep 17 00:00:00 2001 From: iphydf Date: Tue, 21 Dec 2021 12:22:22 +0000 Subject: [PATCH] chore: Fix BUILD format (we check this on toktok-stack now). --- .cirrus.yml | 2 +- BUILD.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6488909..9813fb9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ --- cirrus-ci_task: container: - image: toxchat/toktok-stack:0.0.23-third_party + image: toxchat/toktok-stack:0.0.28-third_party cpu: 2 memory: 2G configure_script: diff --git a/BUILD.bazel b/BUILD.bazel index 6dc1b6f..e1b74a2 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -43,7 +43,7 @@ cc_binary( sh_test( name = "toxic_test", + size = "small", srcs = [":toxic"], args = ["--help"], - size = "small", )