From 87ffc88d90d838d6d3b640625cfdd34d3143cbfe Mon Sep 17 00:00:00 2001 From: Yosh Date: Thu, 22 Feb 2024 14:16:18 +0100 Subject: [PATCH] squash warnings on CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22cf059..3a22812 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,8 @@ name: CI on: [push, pull_request] -env: - RUSTFLAGS: -Dwarnings +# env: +# RUSTFLAGS: -Dwarnings jobs: test: