feat(cicd): run nix-build

This commit is contained in:
reo101 2023-02-17 02:50:35 +02:00
parent 55deb83884
commit b805184777
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -16,3 +16,5 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
# - run: nix build # - run: nix build
- run: nix flake check - run: nix flake check
- run: nix-build
- run: nix-shell -run "echo OK"