-
Notifications
You must be signed in to change notification settings - Fork 172
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
feat: e2e bittensor tests #434
feat: e2e bittensor tests #434
Conversation
85a3b34
to
cac082b
Compare
b39cb34
to
ea58c5d
Compare
ea58c5d
to
14b1682
Compare
@@ -371,27 +371,27 @@ fn localnet_genesis( | |||
let mut balances = vec![ | |||
( | |||
get_account_id_from_seed::<sr25519::Public>("Alice"), | |||
1000000000000u128, | |||
1000000000000000u128, |
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.
Increase test account genesis balances so they have enough for particular testing operations
- name: Setup bittensor repo | ||
working-directory: ${{ github.workspace }}/bittensor | ||
run: | | ||
git checkout tests/e2e-tests-staging |
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.
TODO before merge, once opentensor/bittensor#1885 is in staging
git checkout tests/e2e-tests-staging | |
git checkout staging |
Closes #331