瀏覽代碼

Allow public CI test failures for now

timvisee 6 年之前
父節點
當前提交
37f2ef3f8b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -124,6 +124,7 @@ test-cargo:
 test-public:
   image: alpine:latest
   stage: test
+  allow_failure: true
   dependencies:
     - build-x86_64-linux-musl
   variables: