We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58a216 commit 153f212Copy full SHA for 153f212
.github/workflows/main.yml
@@ -42,11 +42,11 @@ jobs:
42
cargo install --locked cargo-deny
43
cargo install --locked cargo-semver-checks
44
- name: Build
45
- run: cargo build --features visual_data,game_install --verbose
+ run: cargo build --verbose
46
- name: Run tests
47
- run: cargo test --features visual_data,game_install --verbose
+ run: cargo test --verbose
48
- name: Run clippy
49
- run: cargo clippy --features visual_data,game_install
+ run: cargo clippy
50
- name: Set up SSH key
51
if: github.ref == 'refs/heads/main'
52
run: |
0 commit comments