mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
Add test target that ignores tmp helpers
This commit is contained in:
parent
bd0c47ed1b
commit
733416aec2
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -69,6 +69,10 @@ format-backend:
|
|||
format-frontend:
|
||||
npm --prefix $(FRONTEND_DIR) run format
|
||||
|
||||
test:
|
||||
@echo "Running backend tests (excluding tmp tooling)..."
|
||||
go test $$(go list ./... | grep -v '/tmp$$')
|
||||
|
||||
# Build all agent binaries for all platforms
|
||||
build-agents:
|
||||
@echo "Building agent binaries for all platforms..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue