Skip to content

Commit f26da63

Browse files
authored
use K version from deps/k_release for integration tests (#3594)
* use K version from deps/k_release for integration tests * Remove path testing step and obsolete variable assignment
1 parent bde91a5 commit f26da63

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)