From 153f21257aaceb0b5f76f20e8b977ed340342b25 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 11 Mar 2025 16:47:30 -0400 Subject: [PATCH] Remove references to old features 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 f04c187..20331d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,11 +42,11 @@ jobs: cargo install --locked cargo-deny cargo install --locked cargo-semver-checks - name: Build - run: cargo build --features visual_data,game_install --verbose + run: cargo build --verbose - name: Run tests - run: cargo test --features visual_data,game_install --verbose + run: cargo test --verbose - name: Run clippy - run: cargo clippy --features visual_data,game_install + run: cargo clippy - name: Set up SSH key if: github.ref == 'refs/heads/main' run: |