From 4b6c35c26c141a01ffeaba62bc2f11d19554a9a5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 6 May 2024 00:19:39 +0900 Subject: [PATCH] ci: Do not deny warning in old compat tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67106e1f..86de1c60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,7 @@ jobs: - name: Test nightly-specific options, old Cargo compatibility, trybuild compatibility run: | set -eEuxo pipefail + unset RUSTFLAGS # Test nightly-specific options git clone https://github.com/taiki-e/easytime.git