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
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- nix flake check
|
- nix flake check
|
||||||
|
|
||||||
|
- name: package check
|
||||||
|
commands:
|
||||||
|
- nix build
|
||||||
|
|
||||||
- name: notifiy
|
- name: notifiy
|
||||||
commands:
|
commands:
|
||||||
- nix run github:ambroisie/matrix-notifier
|
- nix run github:ambroisie/matrix-notifier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue