Skip to content

Commit c8709ff

Browse files
committed
update github actions
1 parent 12a3377 commit c8709ff

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/rust-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- run: cargo -Vv && rustc -Vv
2525
- run: cargo check
2626
- run: cargo check --all-features
27-
- run: cargo clippy -- -Dwarnings -Dclippy::dbg_macro
2827
if: ${{ matrix.rust == 'stable' }}
2928
- run: cargo fmt --all -- --check
3029
if: ${{ matrix.rust == 'stable' }}

.github/workflows/rust-macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- run: cargo -Vv && rustc -Vv
2525
- run: cargo check
2626
- run: cargo check --all-features
27-
- run: cargo clippy -- -Dwarnings -Dclippy::dbg_macro
2827
if: ${{ matrix.rust == 'stable' }}
2928
- run: cargo fmt --all -- --check
3029
if: ${{ matrix.rust == 'stable' }}

0 commit comments

Comments
 (0)