We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140ddd5 commit 50d7724Copy full SHA for 50d7724
.cirrus.yml
@@ -1,12 +1,12 @@
1
-# ---
2
-# bazel-opt_task:
3
-# container:
4
-# image: toxchat/toktok-stack:latest-release
5
-# cpu: 2
6
-# memory: 6G
7
-# configure_script:
8
-# - /src/workspace/tools/inject-repo hs-github-tools
9
-# test_all_script:
10
-# - cd /src/workspace && bazel test -k
11
-# --config=ci
12
-# //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/...
0 commit comments