From b4db4558429f30638e181e87597cb80efe7e6fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lennard=20G=C3=A4her?= <gaeher@mpi-sws.org> Date: Mon, 4 Sep 2023 11:34:35 +0200 Subject: [PATCH] allow warnings for now --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e30881f..c47e6f61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ build-coq.8.17.0: <<: *template variables: OPAM_PINS: "coq version 8.17.0 coq-lambda-rust.dev git git+https://gitlab.mpi-sws.org/lgaeher/lambda-rust.git#rr" - DENY_WARNINGS: "1" + #DENY_WARNINGS: "1" only: - main@lgaeher/refinedrust-dev - /^ci/@lgaeher/refinedrust-dev -- GitLab