diff --git a/justfile b/justfile index de1327f..efa33b1 100644 --- a/justfile +++ b/justfile @@ -4,10 +4,13 @@ install-hooks: git config core.hooksPath .git-hooks validate-dev-branch: - git rebase -i origin/main -x 'cargo fmt --check' - git rebase -i origin/main -x 'cargo build' - git rebase -i origin/main -x 'cargo test' - git rebase -i origin/main -x 'cargo clippy' + git rebase -i origin/main -x 'just mock-ci' + +mock-ci: + cargo fmt --check + cargo build + cargo test + cargo clippy start-ngrok: #!/usr/bin/env bash