op-migrate:
	go build -o ./bin/op-migrate ./cmd/op-migrate/main.go

test:
	go test ./...

.PHONY: op-migrate test
