forked from Fediversity/Fediversity
Add CI job running the test
This commit is contained in:
parent
54735f1bc5
commit
1f67866982
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue