Skip to content

Commit

Permalink
ci: faster pmonitor integration tests
Browse files Browse the repository at this point in the history
Updates the pmonitor integration tests to use a feature
gate, rather than the old "ignore" pragma.

Implements a TODO in the pmonitor checks, to poll for ready state,
rather than guessing and sleeping.
  • Loading branch information
conorsch committed Feb 4, 2025
1 parent 69fe227 commit e84ece0
Show file tree
Hide file tree
Showing 6 changed files with 342 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: astriaorg/buildjet-rust-cache@v2.5.1

- name: run the pmonitor integration tests
run: nix develop --command just test-pmonitor
run: nix develop --command just integration-pmonitor

# Integration tests that run against the public testnet endpoints.
# Temporarily enabling these in CI, to provide assurance during refactoring.
Expand Down
Loading

0 comments on commit e84ece0

Please sign in to comment.