diff options
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c9f7644..2e172ea 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,6 @@ jobs: steps: - name: Checkout 🛒 uses: actions/checkout@v2 - - name: Toolchain 🧰 uses: actions-rs/toolchain@v1 with: @@ -25,7 +24,6 @@ jobs: toolchain: nightly-2021-02-20 components: rustfmt, clippy override: true - - name: Check ✅/ 🚫 uses: actions-rs/cargo@v1 continue-on-error: false |