Skip to content

Commit

Permalink
Build recursive.allDerivations in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed Nov 14, 2023
1 parent 9b34dea commit 93b2c34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:

- name: Give root user AWS credentials
uses: kadena-io/setup-nix-with-cache/copy-root-aws-credentials@v3

- name: Build and cache artifacts
run: |
echo Building the project and its devShell
nix build .#check --log-lines 500 --show-trace
echo Build the recursive output
nix build .#recursive.allDerivations --log-lines 500 --show-trace

0 comments on commit 93b2c34

Please sign in to comment.