From 3e078f8c7e441582089f5ef3e9631543ea00de2a Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 1 Jun 2020 17:56:51 +0900 Subject: Update rust.yml --- .github/workflows/rust.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 32d55399..29d94615 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,7 +25,6 @@ jobs: - name: Run cargo check uses: actions-rs/cargo@v1 - continue-on-error: true # WARNING: only for this example, remove it! with: command: check @@ -45,7 +44,6 @@ jobs: - name: Run cargo test uses: actions-rs/cargo@v1 - continue-on-error: true # WARNING: only for this example, remove it! with: command: test @@ -66,14 +64,12 @@ jobs: - name: Run cargo fmt uses: actions-rs/cargo@v1 - continue-on-error: true # WARNING: only for this example, remove it! with: command: fmt args: --all -- --check - name: Run cargo clippy uses: actions-rs/cargo@v1 - continue-on-error: true # WARNING: only for this example, remove it! with: command: clippy args: -- -D warnings -- cgit v1.2.3-70-g09d2