From 39e80b5d68b3b99d4eb49b54e2f06bafb4822ee7 Mon Sep 17 00:00:00 2001 From: rster2002 Date: Fri, 27 Sep 2024 21:35:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20CI=20test=20to=20use=20?= =?UTF-8?q?the=20new=20`allow-unknown`=20feature=20flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-strict.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-strict.yaml b/.github/workflows/test-strict.yaml index feca7f68..45ff128d 100644 --- a/.github/workflows/test-strict.yaml +++ b/.github/workflows/test-strict.yaml @@ -1,4 +1,4 @@ -name: Tests strict +name: Tests allow unknown on: push: @@ -18,4 +18,4 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests - run: cargo test --features strict --verbose + run: cargo test --features allow-unknown --verbose