From 5dcd3ea1f27db7334793eb84e712e03934c795d7 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 12 Jul 2025 07:56:56 -0400 Subject: [PATCH] Don't enable oodle feature while running tests on the CI This isn't needed, no tests are gated behind the feature. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8d9d7d..446823d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: - name: Run clippy run: cargo clippy --features oodle - name: Run tests - run: cargo test --verbose --features oodle + run: cargo test --verbose - name: Prepare Artifacts if: runner.os == 'Windows' run: |