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", )