summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-05-06 23:29:33 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-05-06 23:29:33 -0400
commitc8709ff70570e9e8aa5f44c5e30c1027d9a0c701 (patch)
tree55c667809d5fe6a2a36e00992e6f394ecf76c2ae /.github
parent12a3377378f0a2fa453597df9a14f49b4fa16411 (diff)
update github actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust-linux.yml1
-rw-r--r--.github/workflows/rust-macos.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/rust-linux.yml b/.github/workflows/rust-linux.yml
index d427033..d324a20 100644
--- a/.github/workflows/rust-linux.yml
+++ b/.github/workflows/rust-linux.yml
@@ -24,7 +24,6 @@ jobs:
- run: cargo -Vv && rustc -Vv
- run: cargo check
- run: cargo check --all-features
- - run: cargo clippy -- -Dwarnings -Dclippy::dbg_macro
if: ${{ matrix.rust == 'stable' }}
- run: cargo fmt --all -- --check
if: ${{ matrix.rust == 'stable' }}
diff --git a/.github/workflows/rust-macos.yml b/.github/workflows/rust-macos.yml
index 0e93af3..17126d8 100644
--- a/.github/workflows/rust-macos.yml
+++ b/.github/workflows/rust-macos.yml
@@ -24,7 +24,6 @@ jobs:
- run: cargo -Vv && rustc -Vv
- run: cargo check
- run: cargo check --all-features
- - run: cargo clippy -- -Dwarnings -Dclippy::dbg_macro
if: ${{ matrix.rust == 'stable' }}
- run: cargo fmt --all -- --check
if: ${{ matrix.rust == 'stable' }}