Merge pull request #247 from Sweetdevil144/rolling

🛠️ Make `style` checking and `testing` GitHub action work on conditional compiling app
This commit is contained in:
alamin655 2023-09-20 15:21:38 +05:30 committed by GitHub
commit e19e3f082f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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