summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2022-01-25 21:55:34 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2022-01-25 22:17:47 +0100
commit8d54458b4539ecea7074646f4d461c022aa73baf (patch)
treed1652eb9a0dec182494bd4e0f6c330fdc1b28069
parentdb5c14c79232c2d6cc5ada8a0fd44c55e448aec2 (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 dbb859e..ead796e 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: