SHELL = /bin/bash
.DEFAULT_GOAL := serve
.PHONY: test

test:
	./tests/test_locking_funds.sh
	./tests/test_auction_flow.sh
	./tests/test_auction_flow_verified.sh

utest:
	go test ./...