From a6b485108fe89227624f4bbed006eb1dad4acf77 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 22 Mar 2025 21:48:51 -0400 Subject: [PATCH] Enable Oodle feature on the CI --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e52db4f..838267f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: