Skip to content

Commit

Permalink
update k to 6.0.151 and re-enable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple committed Oct 19, 2023
1 parent d3c3094 commit a19fa9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ jobs:

- name: Run integration tests
run: |
# nix develop github:runtimeverification/k/v$(cat deps/k_release)#kore-integration-tests \
nix develop github:runtimeverification/k/sam/slim-nix#kore-integration-tests --refresh \
nix develop github:runtimeverification/k/v$(cat deps/k_release)#kore-integration-tests \
--override-input haskell-backend . --update-input haskell-backend \
--command bash -c "cd test && make -j2 --output-sync test"
Expand Down
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.148
6.0.151

0 comments on commit a19fa9b

Please sign in to comment.