diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2ea36f8..5b54e58 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,5 +11,5 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: stable - - name: Publish + - name: Cargo check run: cargo check