From b21c0516e19ca92e81c045679b3eabf47776c8e2 Mon Sep 17 00:00:00 2001 From: Timo Betcke Date: Sun, 29 Dec 2024 16:29:29 +0100 Subject: [PATCH] Updated style checks --- .github/workflows/style-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style-checks.yml b/.github/workflows/style-checks.yml index c1b7aabe..c9fb1dd0 100644 --- a/.github/workflows/style-checks.yml +++ b/.github/workflows/style-checks.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - feature-flags: ['--features "serde,strict"', '--features "strict"'] + feature-flags: ['--features "strict"'] steps: - name: Set up Rust uses: actions-rust-lang/setup-rust-toolchain@v1