-
Notifications
You must be signed in to change notification settings - Fork 2.8k
add parallel tests and update dependencies #374
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
Conversation
…engine into console-deps-update
Review app available at: https://hge-ci-pull-374.herokuapp.com |
Lets remove test_complete.js. And cache cypress module. |
Review app available at: https://hge-ci-pull-374.herokuapp.com |
Review app available at: https://hge-ci-pull-374.herokuapp.com |
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.
LGTM
Review app https://hge-ci-pull-374.herokuapp.com is deleted |
Add `serde(deny_unknown_fields)` attribute for `Deprecated` struct. In v3-metadata-build-service, there's a test to ensure no arbitrary additional properties exists for any schema definition except `JWTClaimsMap` struct. It actually caught the missing `deny_unknown_fields` attribute for `Deprecated` struct. This PR also includes the same test to catch such misses in the future. V3_GIT_ORIGIN_REV_ID: 2c0a9d2efcd76946885f2e54a364a388e80c283b
No description provided.