Skip to content

Commit

Permalink
[CI] Detect potential panics using clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Aug 15, 2023
1 parent 070f4ec commit b3e4786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D clippy::print_stderr -D clippy::print_stdout -D clippy::dbg_macro
args: -- -D clippy::print_stderr -D clippy::print_stdout -D clippy::dbg_macro -D clippy::exit -D clippy::unwrap_used -D clippy::expect_used -D clippy::panic

default-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b3e4786

Please sign in to comment.