summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-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: