Skip to content

Commit

Permalink
fix: clippy command err
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanpunia authored and cdxker committed Jul 9, 2024
1 parent 4960669 commit 60c63fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: rustup component add clippy
- uses: clechasseur/rs-clippy-check@v3
with:
args: --features runtime-env --bin ingestion-worker --manifest-path server/Cargo.toml -D clippy::print_stdout
args: --features runtime-env --bin ingestion-worker --manifest-path server/Cargo.toml -- -D clippy::print_stdout
- uses: useblacksmith/cache@v5
with:
path: |
Expand All @@ -57,7 +57,7 @@ jobs:
- run: rustup component add clippy
- uses: clechasseur/rs-clippy-check@v3
with:
args: --features runtime-env --bin grupdate-worker --manifest-path server/Cargo.toml -D clippy::print_stdout
args: --features runtime-env --bin grupdate-worker --manifest-path server/Cargo.toml -- -D clippy::print_stdout
- uses: useblacksmith/cache@v5
with:
path: |
Expand All @@ -83,7 +83,7 @@ jobs:
- run: rustup component add clippy
- uses: clechasseur/rs-clippy-check@v3
with:
args: --features runtime-env --bin file-worker --manifest-path server/Cargo.toml -D clippy::print_stdout
args: --features runtime-env --bin file-worker --manifest-path server/Cargo.toml -- -D clippy::print_stdout
- uses: useblacksmith/cache@v5
with:
path: |
Expand All @@ -109,7 +109,7 @@ jobs:
- run: rustup component add clippy
- uses: clechasseur/rs-clippy-check@v3
with:
args: --features runtime-env --manifest-path server/Cargo.toml -D clippy::print_stdout
args: --features runtime-env --manifest-path server/Cargo.toml -- -D clippy::print_stdout
- uses: useblacksmith/cache@v5
with:
path: |
Expand Down

0 comments on commit 60c63fe

Please sign in to comment.