ci: add package check phase
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This takes care of launching the test suite.
This commit is contained in:
parent
8cb26ee316
commit
3e5133da1a
|
@ -8,6 +8,10 @@ steps:
|
|||
commands:
|
||||
- nix flake check
|
||||
|
||||
- name: package check
|
||||
commands:
|
||||
- nix build
|
||||
|
||||
- name: notifiy
|
||||
commands:
|
||||
- nix run github:ambroisie/matrix-notifier
|
||||
|
|
Loading…
Reference in a new issue