Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,21 @@ jobs:
run: |
docker stop --time=0 kontrol-ci-integration-${GITHUB_SHA}

mac-build-tests:
needs: code-quality-checks
name: 'Mac Build Test'
runs-on: [self-hosted, MacM1]
timeout-minutes: 120
steps:
- name: 'Check out code'
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Build KEVM'
run: |
poetry install
APPLE_SILICON=true CXX=clang poetry run kdist --verbose build -j4 evm-semantics.haskell kontrol.foundry

cse-tests:
needs: code-quality-checks
name: 'CSE Tests'
Expand Down
Loading