aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-06-01 08:56:51 +0000
committerGitHub2020-06-01 08:56:51 +0000
commit3e078f8c7e441582089f5ef3e9631543ea00de2a (patch)
tree95be05365edec4d9134ae12bb6dbce6b51081c2b /.github
parentcf7a41226d58b09baeadfad0f9e15f0282280e31 (diff)
Update rust.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 0 insertions, 4 deletions
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