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:
parent
2029caa645
commit
a6b485108f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue