gpu-compute-chain/Makefile

11 lines
145 B
Makefile

SHELL = /bin/bash
.DEFAULT_GOAL := serve
.PHONY: test
test:
./tests/test_locking_funds.sh
./tests/test_auction_flow.sh
utest:
go test ./...