Skip to content

Commit e325f0f

Browse files
committed
Add payjoin-mailroom to test_local.sh
It was omitted unintentionally before
1 parent eb92b92 commit e325f0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ codespell
3535
./contrib/lint.sh
3636
RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --all-features \
3737
--document-private-items
38-
./contrib/test_local.sh # does NOT include payjoin-mailroom
38+
./contrib/test_local.sh
3939
treefmt --ci # prettier, taplo, nixfmt, shellcheck, shfmt
4040
codespell
4141
```

contrib/test_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
CRATES="ohttp-relay payjoin payjoin-cli payjoin-directory payjoin-ffi"
4+
CRATES="ohttp-relay payjoin payjoin-cli payjoin-directory payjoin-ffi payjoin-mailroom"
55

66
cargo --version
77
rustc --version

0 commit comments

Comments
 (0)