mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 11:47:46 +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 \
|
sudo apt-get install \
|
||||||
libunshield-dev \
|
libunshield-dev \
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --all-features --verbose
|
run: cargo build --features visual_data,game_install --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --all-features --verbose
|
run: cargo test --features visual_data,game_install --verbose
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: cargo clippy --all-features
|
run: cargo clippy --features visual_data,game_install
|
||||||
- name: Run deny-check
|
- name: Run deny-check
|
||||||
run: |
|
run: |
|
||||||
cargo install --locked cargo-deny
|
cargo install --locked cargo-deny
|
||||||
|
|
Loading…
Add table
Reference in a new issue