mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 03:37:47 +00:00
OK, maybe not "all features"
This commit is contained in:
parent
42bcc8db6f
commit
addf74a5ce
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue