diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 925c018..e6b5095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,8 @@ jobs: - name: Run cargo clippy uses: actions-rs/cargo@v1 with: - command: clippy --D warnings + command: clippy + args: --D warnings test: runs-on: ubuntu-22.04 services: @@ -39,5 +40,6 @@ jobs: - name: Run tests uses: actions-rs/cargo@v1 with: - command: test --workspace + command: test + args: --workspace \ No newline at end of file