Skip to content

Commit

Permalink
Add prover machine (#15)
Browse files Browse the repository at this point in the history
* Update test-pr.yml: add prover machine

* Update test-pr.yml: change step name for running Kontrol
  • Loading branch information
JuanCoRo authored Oct 30, 2023
1 parent 162e5ef commit 8d26f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
new-version-test:
name: 'Test Proofs'
runs-on: [self-hosted, linux, normal]
runs-on: [self-hosted, linux, prover]
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand All @@ -40,7 +40,7 @@ jobs:
with:
container-name: '${{ env.repository_basename }}-ci'

- name: 'Test New Tool Versions'
- name: 'Run Kontrol'
run: |
# Run the following in the running docker container
docker exec -u user ${{ env.repository_basename }}-ci bash -c './test/run-kevm.sh'
Expand Down

0 comments on commit 8d26f7d

Please sign in to comment.