summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2022-01-25 21:07:29 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2022-01-25 21:07:29 +0100
commit34d741b343011ea83d911b6d0be6349e35d7b08b (patch)
tree4097abc0215d78687363d8b57c77e2123f53abbd
parent9df95741872d222f1c30347b518d88ad2e8be927 (diff)
Don't run check
It takes time and is fully covered by compiling and running tests anyway
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 563aab0..88616cf 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -23,12 +23,6 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- - name: check
- uses: actions-rs/cargo@v1
- with:
- command: check
- args: --all
-
- name: tests
uses: actions-rs/cargo@v1
with: