mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-14 02:27:55 +08:00
unit-test: convert to shell app
I saw the exit status in ci was actually ignored.
This commit is contained in:
parent
39c667d73c
commit
0809aa0ae7
3 changed files with 17 additions and 26 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue