Skip to content

Commit 153f212

Browse files
committedMar 11, 2025·
Remove references to old features on the CI
1 parent d58a216 commit 153f212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
cargo install --locked cargo-deny
4343
cargo install --locked cargo-semver-checks
4444
- name: Build
45-
run: cargo build --features visual_data,game_install --verbose
45+
run: cargo build --verbose
4646
- name: Run tests
47-
run: cargo test --features visual_data,game_install --verbose
47+
run: cargo test --verbose
4848
- name: Run clippy
49-
run: cargo clippy --features visual_data,game_install
49+
run: cargo clippy
5050
- name: Set up SSH key
5151
if: github.ref == 'refs/heads/main'
5252
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.