Skip to content

Commit

Permalink
build: add cargo regtest alias for running regtest verification (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen authored Feb 9, 2025
1 parent 3d6378e commit 2d51b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[alias]
xtask = "run --package eight-xtask --"
regtest = "run --package eight-regtest -- verify"

[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }
CARGO_WORKSPACE_DIR = { value = "", relative = true }

0 comments on commit 2d51b08

Please sign in to comment.