Merge pull request #247 from Sweetdevil144/rolling
🛠️ Make `style` checking and `testing` GitHub action work on conditional compiling app
This commit is contained in:
commit
e19e3f082f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust_format.yml
vendored
2
.github/workflows/rust_format.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: --all-features --all-targets --all
|
||||
args: --all-targets --all
|
||||
- name: Run cargo check
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue