aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-24 19:10:41 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-24 19:10:41 +0100
commit303c507f9183f754d333795a6f6c14ceec3b30e5 (patch)
treead15c21e8fb70ba04d75685e1bd0a09cc6deb53d /.github
parentMove the db engine used for tests into the fixture (diff)
Run backend tests in CI
Diffstat (limited to '.github')
-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