build: only test internal/

This commit is contained in:
2025-11-30 13:04:18 +01:00
parent 20ab5fe4e5
commit bcef8844ec

View File

@@ -8,7 +8,7 @@ build:
@$(GO) build -o $(BIN) ./cmd/aoc @$(GO) build -o $(BIN) ./cmd/aoc
test: test:
@$(GO) test ./... @$(GO) test ./internal/...
clean: clean:
@rm -f $(BIN) @rm -f $(BIN)