gpu-compute-chain/Makefile

10 lines
114 B
Makefile
Raw Normal View History

2022-09-02 13:48:12 -07:00
SHELL = /bin/bash
.DEFAULT_GOAL := serve
.PHONY: test
test:
./tests/test_auction_flow.sh
2022-09-04 17:42:28 -07:00
utest:
go test ./...