Skip to content

Commit

Permalink
don't build haskell backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Aug 6, 2024
1 parent c172ca7 commit 9d5476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: 'Build kmultiversx'
run: docker exec -t elrond-semantics-ci-${GITHUB_SHA} make kmultiversx
- name: 'Build K definitions'
run: docker exec -t elrond-semantics-ci-${GITHUB_SHA} make build-all
run: docker exec -t elrond-semantics-ci-${GITHUB_SHA} make build-mandos build-kasmer
- name: 'KMultiversX Tests'
run: docker exec -t elrond-semantics-ci-${GITHUB_SHA} make -C kmultiversx test
- name: 'Simple Tests'
Expand Down

0 comments on commit 9d5476d

Please sign in to comment.