File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -144,14 +144,9 @@ jobs:
144144 name : k-framework
145145 skipPush : true
146146
147- - name : Test paths to Haskell backend binaries
148- run : |
149- nix develop github:runtimeverification/k/sam/nix-kore-integration-shell#kore-integration-tests \
150- --override-input haskell-backend . --update-input haskell-backend \
151- --command bash -c "echo kore-exec; which kore-exec; kore-exec --version; echo kore-parser; which kore-parser; kore-parser --version; echo kore-repl; which kore-repl; kore-repl --version; echo kore-match-disjunction; which kore-match-disjunction; kore-match-disjunction --version"
152147 - name : Run integration tests
153148 run : |
154- nix develop github:runtimeverification/k/sam/nix-kore-integration-shell #kore-integration-tests \
149+ nix develop github:runtimeverification/k/v$(cat deps/k_release) #kore-integration-tests \
155150 --override-input haskell-backend . --update-input haskell-backend \
156151 --command bash -c "cd test && make -j2 --output-sync test"
157152
You can’t perform that action at this time.
0 commit comments