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