-
Notifications
You must be signed in to change notification settings - Fork 200
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
chore(ci): Nightly Integration testing #2596
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
This also fails silently. Can you add some form of alerting? |
crates/integration-tests/test/integration/browser/compile_prove_verify.test.ts
Outdated
Show resolved
Hide resolved
Some form of alerting is required if we're running this on a schedule. We're not going to manually check this every morning so things will silently fail for a long time until we notice it. We had the same issue with nightly builds in |
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Should be good to go after final 2 nits |
crates/integration-tests/test/integration/browser/compile_prove_verify.test.ts
Outdated
Show resolved
Hide resolved
…e_verify.test.ts Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
crates/integration-tests/test/integration/browser/compile_prove_verify.test.ts
Outdated
Show resolved
Hide resolved
* master: chore: Move tooling related items into their own directory (#2644) chore: add `CompilationResult` helper type (#2639) fix: initialise arrays returned by brillig (#2048) chore: clippy fix (#2631) fix(wasm): Remove stacker from dependencies (#2637) chore(ci): reenable CI for `noir_wasm` (#2636) fix: avoid overflows in integer division (#2180) chore(ci): Nightly Integration testing (#2596) feat(parser): allow multiple attributes (#2537) feat(nargo): Allow installing custom backends from the CLI (#2632) chore(ci): enforce clippy and `cargo fmt` in CI (#2628)
Description
Resolves: Headless Browser testing #2610
Should pass integration tests on nightly schedule.
This PR is +366 lines, the additional lines are from the yarn.lock file.
Problem*
Resolves
Summary*
Documentation
This PR requires documentation updates when merged.
Additional Context
PR Checklist*
cargo fmt
on default settings.