aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint-backend.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/lint-backend.yaml b/.github/workflows/lint-backend.yaml
index c6a2ff5..ce91b49 100644
--- a/.github/workflows/lint-backend.yaml
+++ b/.github/workflows/lint-backend.yaml
@@ -29,4 +29,7 @@ jobs:
# Run `ruff` using github formatting to enable automatic inline annotations.
- name: Run ruff
- run: "ruff check --output-format=github ."
+ run: ruff check --output-format=github .
+
+ - name: Run tests
+ run: make test