We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae9725 commit 056cf00Copy full SHA for 056cf00
.github/workflows/pull-request.yml
@@ -20,5 +20,8 @@ jobs:
20
- name: install git
21
run: apt-get install -y git
22
23
+ - name: build
24
+ run: cd contracts/suilend && sui move build --warnings-are-errors
25
+
26
- name: test
- run: cd contracts/suilend && sui move test
27
+ run: cd contracts/suilend && sui move test --warnings-are-errors
0 commit comments