diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67b15db..994a5f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,8 +58,5 @@ jobs: with: tool: just - - name: Run lints - run: just lint - - - name: Run tests - run: just test + - name: Run lints + tests + run: just lint test