mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-27 15:02:54 +08:00
add a release.nix
This commit is contained in:
parent
4a41039ab3
commit
71db50d5eb
2 changed files with 14 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: nix-shell --pure --run "golangci-lint run"
|
||||
if: matrix.nixPath == 'nixpkgs=channel:nixpkgs-unstable'
|
||||
- name: Build nix packages
|
||||
run: nix run nixpkgs.nix-build-uncached -c nix-build-uncached default.nix
|
||||
run: nix-build release.nix
|
||||
- name: Run sops-pgp-hook tests
|
||||
run: nix-shell --pure --run "NIX_PATH=nixpkgs=$(nix-instantiate --find-file nixpkgs) go test ./pkgs/sops-pgp-hook"
|
||||
- name: Add keys group (needed for go tests)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue