From ab6d59971d38b17591b40602356df62f74e408f3 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sun, 10 Jul 2022 15:42:42 +0000 Subject: [PATCH] Typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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