Skip to content

Commit fb75c92

Browse files
authored
Update check.sh
1 parent 3183db3 commit fb75c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
3-
projects=("mytoken" "escrow" "simplenft" "minimarket" "paysplit")
3+
projects=("mytoken" "escrow" "simplenft" "minimarket" "paysplit" "vesting")
44
for p in "${projects[@]}"; do
55
echo "===> '$p'"
66
(cd "$p" && aptos move clean && aptos move compile && aptos move test --filter .)

0 commit comments

Comments
 (0)