Skip to content

Commit

Permalink
remove build strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
0xripleys committed Feb 3, 2025
1 parent 4f6fa46 commit 041c434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: apt-get install -y git

- name: build
run: cd contracts/suilend && sui move build --warnings-are-errors
run: cd contracts/suilend && sui move build

- name: test
run: cd contracts/suilend && sui move test --warnings-are-errors

0 comments on commit 041c434

Please sign in to comment.