-
Notifications
You must be signed in to change notification settings - Fork 2
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
Web5 test vectors setup & integration #5
Conversation
looks good so far! |
so I see the test name is For it to just 'work out of the box' and be the same as everything else the test name should be If this is not possible or a massive anti pattern it is ok to keep it and we can change the runner to accept this |
Unfortunately, this won't be possible. In order for a function to be considered a test case, it must have the |
Removes the copied test vectors, and instead pulls them in from the web5-spec repository, which is added to this repo as a submodule.
Also added the necessary Github actions to upload artifacts and trigger a SDK report runner build.