# SPDX-License-Identifier: Apache-2.0
# Copyright 2026 Authors of KubeArmor

.PHONY: build
build:
	@go mod tidy
	@ginkgo -r --vv --flake-attempts=10 --timeout=30m
	
.PHONY: test
test:
	@ginkgo -r