1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-13 17:07:45 +00:00

Don't enable oodle feature while running tests on the CI

This isn't needed, no tests are gated behind the feature.
This commit is contained in:
Joshua Goins 2025-07-12 07:56:56 -04:00
parent 7d632fe04c
commit 5dcd3ea1f2

View file

@ -80,7 +80,7 @@ jobs:
- name: Run clippy - name: Run clippy
run: cargo clippy --features oodle run: cargo clippy --features oodle
- name: Run tests - name: Run tests
run: cargo test --verbose --features oodle run: cargo test --verbose
- name: Prepare Artifacts - name: Prepare Artifacts
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: | run: |