Skip to content

Commit 056cf00

Browse files
committed
make CI stricter
1 parent 4ae9725 commit 056cf00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull-request.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ jobs:
2020
- name: install git
2121
run: apt-get install -y git
2222

23+
- name: build
24+
run: cd contracts/suilend && sui move build --warnings-are-errors
25+
2326
- name: test
24-
run: cd contracts/suilend && sui move test
27+
run: cd contracts/suilend && sui move test --warnings-are-errors

0 commit comments

Comments
 (0)