1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-20 14:47:45 +00:00

Enable Oodle feature on the CI

This commit is contained in:
Joshua Goins 2025-03-22 21:48:51 -04:00
parent 2029caa645
commit a6b485108f

View file

@ -53,11 +53,11 @@ jobs:
mkdir oodle
cp ar/Release/oodle-network-shared.lib oodle/
- name: Build
run: cargo build --release --verbose
run: cargo build --release --verbose --features oodle
- name: Run clippy
run: cargo clippy
run: cargo clippy --features oodle
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --features oodle
- name: Archive artifacts
uses: actions/upload-artifact@v4
with: