Skip to content

Commit

Permalink
fix: hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v3us committed Dec 21, 2022
1 parent 7981606 commit fb78dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .rusty-hook.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[hooks]
pre-commit = "just lint test"
pre-push = "just all"
pre-commit = "just lint"

[logging]
verbose = true
2 changes: 2 additions & 0 deletions packages/cw-croncat-core/src/tests/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ fn is_valid_empty_actions() {
&Addr::unchecked("bob"),
5,
5,
5,
5,
)
.unwrap_err(),
CoreError::InvalidAction {}
Expand Down

0 comments on commit fb78dbb

Please sign in to comment.