pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using Rollkit.dev
MIT License
15 stars 6 forks source link

[Test Utils] Minor developer experience test improvements #574

Closed Olshansk closed 3 weeks ago

Olshansk commented 4 weeks ago

Summary

Minor testing development environment improvements while going through the code:

Type of change

Select one or more:

Testing

github-actions[bot] commented 3 weeks ago

The CI will now also run the e2e tests on devnet, which increases the time it takes to complete all CI checks.

You may need to run make trigger_ci to submit an empty commit that'll trigger the tests.

GCP workloads (requires changing the namespace to 574)) Grafana network dashboard for devnet-issue-{issue-id}

github-actions[bot] commented 3 weeks ago

The image is going to be pushed after the next commit.

You can use make trigger_ci to push an empty commit.

If you also want to run E2E tests, please add devnet-test-e2e label.

red-0ne commented 3 weeks ago

Pushed a couple of changes about go_test -> test_all in CI workflow and a reference to go_test in the quickstart documentation.

Olshansk commented 3 weeks ago

@bryanchriswhite Appreciate the post-merge review. PTAL at the comments I posted in #571.