Skip to content

Commit bdfc0fa

Browse files
Baltolirv-jenkins
andauthored
Print build logs when building Nix flakes (#3389)
* Print build logs * Typo Co-authored-by: rv-jenkins <[email protected]>
1 parent 154ac3f commit bdfc0fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
run: nix-build -A kore
5454

5555
- name: Build GHC9
56-
run: GC_DONT_GC=1 nix build .#kore-exec-ghc9
56+
run: GC_DONT_GC=1 nix build --print-build-logs .#kore-exec-ghc9
5757

5858
- name: Check shell
59-
run: nix develop --command stack --version
59+
run: nix develop --print-build-logs --command stack --version
6060

6161
- name: Check GHC9 shell
62-
run: nix develop .#ghc9 --command stack --version
62+
run: nix develop --print-build-logs .#ghc9 --command stack --version
6363

6464
- name: Run unit tests
6565
run: nix-build -A project.kore.checks

0 commit comments

Comments
 (0)