1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-19 17:36:50 +00:00

Remove references to old features on the CI

This commit is contained in:
Joshua Goins 2025-03-11 16:47:30 -04:00
parent d58a216462
commit 153f21257a

View file

@ -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: |