mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-19 17:36:50 +00:00
Remove references to old features on the CI
This commit is contained in:
parent
d58a216462
commit
153f21257a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -42,11 +42,11 @@ jobs:
|
||||||
cargo install --locked cargo-deny
|
cargo install --locked cargo-deny
|
||||||
cargo install --locked cargo-semver-checks
|
cargo install --locked cargo-semver-checks
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --features visual_data,game_install --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --features visual_data,game_install --verbose
|
run: cargo test --verbose
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: cargo clippy --features visual_data,game_install
|
run: cargo clippy
|
||||||
- name: Set up SSH key
|
- name: Set up SSH key
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue