Skip to content

Commit

Permalink
dummy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Bounti committed Jun 10, 2024
1 parent c4e1a55 commit 9b79463
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@ jobs:
toolchain: stable
components: clippy
command: build
env: PRESIFUZZ_DUMMY=1
env: PRESIFUZZ_DUMMY=1
- name: Install required cargo
run: cargo install clippy-sarif sarif-fmt
- name: Run rust-clippy
run: PRESIFUZZ_DUMMY=1 cargo clippy --all-features --profile=test --message-format=json | clippy-sarif | tee
run: cargo clippy --all-features --profile=test --message-format=json | clippy-sarif | tee
rust-clippy-results.sarif | sarif-fmt
continue-on-error: true
env: PRESIFUZZ_DUMMY=1
- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v1
with:
Expand Down

0 comments on commit 9b79463

Please sign in to comment.