mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
Add test target that ignores tmp helpers
This commit is contained in:
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..."
|
||||
|
||||
Reference in New Issue
Block a user