From 0b1212ca807ebbdf32c28c5fe16f9aec6d99d4f9 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Thu, 9 Jan 2025 20:39:33 +0100 Subject: [PATCH] Remove redundant --all-features We don't have any feature flags. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf1867f..3c0dc22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,7 +70,7 @@ jobs: - run: blueprint-compiler format resources/**/*.blp # Make the glob work shell: bash - - run: cargo build --all-features + - run: cargo build - run: cargo clippy --all-targets - run: cargo test - name: cargo deny check