-
Notifications
You must be signed in to change notification settings - Fork 55
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: add whbar tests pipeline #1267
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: nikolay <[email protected]>
Test Results 19 files + 1 108 suites +2 26m 38s ⏱️ + 1m 19s Results for commit 35e2635. ± Comparison against base commit 49e709e. This pull request removes 3 and adds 36 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
name: WHBAR Contract Test Suite | ||
uses: ./.github/workflows/test-workflow.yml | ||
with: | ||
testfilter: WHBAR |
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.
I suggest to only execute it of changes on the given test or src folder for WHBAR
Description:
Currently, the WHBAR tests are not running within the CI.
Solution:
Add WHBAR tests to the CI.
Related issue(s):
Fixes #1266
Notes for reviewer:
Checklist