diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e8932b..925c018 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,5 +39,5 @@ jobs: - name: Run tests uses: actions-rs/cargo@v1 with: - command: tests --workspace + command: test --workspace \ No newline at end of file