fix(integration test): fix TestCoordinatorProverInteraction (#765)

Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
This commit is contained in:
maskpp
2023-08-10 17:20:25 +08:00
committed by GitHub
parent 244e5e915a
commit 49ec0b8fa8
10 changed files with 66 additions and 94 deletions

View File

@@ -16,8 +16,7 @@ on:
jobs:
tests:
# if: github.event.pull_request.draft == false
if: false
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Install Go