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:
parent
7d632fe04c
commit
5dcd3ea1f2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue