Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ GOOS := env("GOOS", `go env GOOS`)
_help:
@just -l

# Run cachewd with hot reload
dev:
proctor

# Run tests
test:
@gotestsum --hide-summary output,skipped --format-hide-empty-pkg ${CI:+--format github-actions} ./... -- -race -timeout 30s
Expand Down
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cachewd **/*.go !**/*_test.go ready=http:8080/_readiness=200: cachewd --log-level=debug
1 change: 1 addition & 0 deletions bin/.proctor-0.5.0.pkg
1 change: 1 addition & 0 deletions bin/proctor