1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-20 06:37: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 mkdir oodle
cp ar/Release/oodle-network-shared.lib oodle/ cp ar/Release/oodle-network-shared.lib oodle/
- name: Build - name: Build
run: cargo build --release --verbose run: cargo build --release --verbose --features oodle
- name: Run clippy - name: Run clippy
run: cargo clippy run: cargo clippy --features oodle
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose --features oodle
- name: Archive artifacts - name: Archive artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: