diff options
Diffstat (limited to '.github/workflows/check.yml')
| -rw-r--r-- | .github/workflows/check.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0a15f83..4d38a8c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -21,3 +21,9 @@ jobs: - name: just check run: nix develop ./nix --command just check + + - name: Role and package tests + run: nix develop ./nix --command just test + + - name: Evaluate the corporate profile + run: nix eval --impure ./nix#homeConfigurations.canonical.activationPackage.drvPath |
