From 50d772416f0e28aac3144d365611506863519e1b Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 2 Mar 2025 22:38:31 +0000 Subject: [PATCH] chore: Re-enable cirrus CI. --- .cirrus.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 66746b5..eefea5c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,12 +1,12 @@ -# --- -# bazel-opt_task: -# container: -# image: toxchat/toktok-stack:latest-release -# cpu: 2 -# memory: 6G -# configure_script: -# - /src/workspace/tools/inject-repo hs-github-tools -# test_all_script: -# - cd /src/workspace && bazel test -k -# --config=ci -# //hs-github-tools/... +--- +bazel-opt_task: + container: + image: toxchat/toktok-stack:latest-release + cpu: 2 + memory: 6G + configure_script: + - /src/workspace/tools/inject-repo hs-github-tools + test_all_script: + - cd /src/workspace && bazel test -k + --config=ci + //hs-github-tools/...