Skip to content

Commit

Permalink
enable nixos tests in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Dec 30, 2023
1 parent bf1b294 commit cd547ab
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,21 @@ jobs:
name: '${{ env.CACHIX_NAME }}'
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix --experimental-features 'nix-command flakes' flake check -L
- run: |
nix --experimental-features 'nix-command flakes' flake check -L
nix --experimental-features 'nix-command flakes' build -L \
.#hydraJobs.tests.authorization \
.#hydraJobs.tests.containers \
.#hydraJobs.tests.githubFlakes \
.#hydraJobs.tests.nix-copy \
.#hydraJobs.tests.nix-copy-closure \
.#hydraJobs.tests.nixpkgsLibTests.x86_64-linux \
.#hydraJobs.tests.nssPreload \
.#hydraJobs.tests.remoteBuilds \
.#hydraJobs.tests.remoteBuildsSshNg \
.#hydraJobs.tests.setuid.x86_64-linux \
.#hydraJobs.tests.sourcehutFlakes \
.#hydraJobs.tests.tarballFlakes
check_secrets:
permissions:
Expand Down

0 comments on commit cd547ab

Please sign in to comment.