1
Fork 0
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:
Joshua Goins 2024-04-28 07:42:00 -04:00
parent 42bcc8db6f
commit addf74a5ce

View file

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