diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c7db44f2..4b2fbd2d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ on: push: branches: - master - - staging - - trying jobs: @@ -20,7 +18,7 @@ jobs: profile: minimal toolchain: 1.43.1 override: true - - run: rustup component add rustfmt clippy + - run: rustup component add rustfmt - uses: actions-rs/cargo@v1 with: command: fmt