From addf74a5cec94bbfcdd5f5cb6b095a3b15b2871d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 28 Apr 2024 07:42:00 -0400 Subject: [PATCH] OK, maybe not "all features" --- .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 0ce0052..b688ff4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,11 +38,11 @@ jobs: sudo apt-get install \ libunshield-dev \ - name: Build - run: cargo build --all-features --verbose + run: cargo build --features visual_data,game_install --verbose - name: Run tests - run: cargo test --all-features --verbose + run: cargo test --features visual_data,game_install --verbose - name: Run clippy - run: cargo clippy --all-features + run: cargo clippy --features visual_data,game_install - name: Run deny-check run: | cargo install --locked cargo-deny