alamin655 commited on
Commit
e19e3f0
2 Parent(s): 351f39a a7aaedd

Merge pull request #247 from Sweetdevil144/rolling

Browse files

🛠️ Make `style` checking and `testing` GitHub action work on conditional compiling app

Files changed (1) hide show
  1. .github/workflows/rust_format.yml +1 -1
.github/workflows/rust_format.yml CHANGED
@@ -33,7 +33,7 @@ jobs:
33
  uses: actions-rs/cargo@v1
34
  with:
35
  command: clippy
36
- args: --all-features --all-targets --all
37
  - name: Run cargo check
38
  uses: actions-rs/cargo@v1
39
  with:
 
33
  uses: actions-rs/cargo@v1
34
  with:
35
  command: clippy
36
+ args: --all-targets --all
37
  - name: Run cargo check
38
  uses: actions-rs/cargo@v1
39
  with: