diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-01-02 16:29:43 +0100 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-01-02 16:29:43 +0100 |
| commit | ba4bf4f9c57b180410ed1d7eebbd2931846094c3 (patch) | |
| tree | f133a643e7c2f42423f9646104864a76f19fdb40 /.github/workflows | |
| parent | 48dec842f2306cb8a1493308f95cedacb74d0ab9 (diff) | |
Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/clippy.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 530e60001f7..9d5e12aac5f 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -50,6 +50,9 @@ jobs: - name: Build run: cargo build --features deny-warnings,internal-lints + - name: Test "--fix -Zunstable-options" + run: cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options + - name: Test run: cargo test --features deny-warnings,internal-lints |
