Add CI job running the test

This commit is contained in:
Nicolas Jeannerod 2024-11-17 00:10:14 +01:00
parent 54735f1bc5
commit 1f67866982
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -14,3 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.pre-commit -L
check-pixelfed-garage:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.pixelfed-garage -L