We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154ac3f commit bdfc0faCopy full SHA for bdfc0fa
.github/workflows/test.yml
@@ -53,13 +53,13 @@ jobs:
53
run: nix-build -A kore
54
55
- name: Build GHC9
56
- run: GC_DONT_GC=1 nix build .#kore-exec-ghc9
+ run: GC_DONT_GC=1 nix build --print-build-logs .#kore-exec-ghc9
57
58
- name: Check shell
59
- run: nix develop --command stack --version
+ run: nix develop --print-build-logs --command stack --version
60
61
- name: Check GHC9 shell
62
- run: nix develop .#ghc9 --command stack --version
+ run: nix develop --print-build-logs .#ghc9 --command stack --version
63
64
- name: Run unit tests
65
run: nix-build -A project.kore.checks
0 commit comments