unit-test: convert to shell app

I saw the exit status in ci was actually ignored.
This commit is contained in:
Jörg Thalheim 2026-01-10 08:46:09 +01:00 committed by Jörg Thalheim
parent 39c667d73c
commit 0809aa0ae7
3 changed files with 17 additions and 26 deletions

View file

@ -15,4 +15,4 @@ jobs:
- name: Add keys group (needed for go tests)
run: sudo groupadd keys
- name: Run unit tests
run: nix develop .#unit-tests --command "true"
run: nix run .#unit-tests