-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: CI for shared bridge #1604
ci: CI for shared bridge #1604
Conversation
@@ -59,7 +59,7 @@ jobs: | |||
ci_run zk contract build | |||
|
|||
- name: Contracts unit tests | |||
run: ci_run zk test l1-contracts | |||
run: ci_run yarn l1-contracts test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's then remove the 'l1-contracts' from zk test..
(infrastructure/tests.ts)
Local, | ||
Version24, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes! otherwise upgrade unit tests fail. There was a comment about it sometime ago, but apparently it was removed during merge
max_pubdata_per_batch = 100000 | ||
fee_model_version = "V2" | ||
l1_batch_commit_data_generator_mode = "Validium" | ||
miniblock_iteration_interval = 50 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this here for docker?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was merged in from main.
but we decided to disable validium tests in ci for now, so shouldn't matter
What ❔
Why ❔
Checklist
zk fmt
andzk lint
.zk spellcheck
.zk linkcheck
.