summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2022-12-18 18:54:20 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2022-12-18 18:54:20 +0100
commitf930373d05861622fe9907d73aaddc31fcbc3e09 (patch)
tree93ee1e8c6f7b58a85aaa0d6358e88312861522b3
parent3dd391ee0e3919983a9f8dd19edb356d1c4b1622 (diff)
Don't check, only test
-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 ee9a0e7..af154fd 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -31,12 +31,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
- - name: check
- uses: actions-rs/cargo@v1
- with:
- command: check
- args: --all
-
- name: tests
uses: actions-rs/cargo@v1
with: