Skip to content

Commit

Permalink
dev: update smoke test cli invocation
Browse files Browse the repository at this point in the history
Updated to match what's currently run in the smoke test suite [0].
Made sure to test locally, in consultation with @vacekj on [1].

[0] https://github.com/penumbra-zone/penumbra/blob/259b498d894369b8e218ff87592a40681b2a149b/deployments/compose/process-compose-smoke-test.yml#L46-L47
[1] penumbra-zone/penumbra#5081
  • Loading branch information
conorsch committed Feb 17, 2025
1 parent 671a2bd commit 4d3872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dev/devnet-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To run the smoke tests:
1. Make sure you have a devnet running (see previous steps)
2. Run integration tests:
```shell
PENUMBRA_NODE_PD_URL=http://127.0.0.1:8080 PCLI_UNLEASH_DANGER=yes cargo test --package pcli -- --ignored --test-threads 1
PENUMBRA_NODE_PD_URL="http://127.0.0.1:8080" cargo test --release --features sct-divergence-check,download-proving-keys --package pcli -- --ignored --test-threads 1 --nocapture
```

You can also run the entire smoke test suite with an automatic fullnode. If you do so,
Expand Down

0 comments on commit 4d3872d

Please sign in to comment.