Files
go-libp2p/test-plans/Makefile
Marco Munizaga 638329ddb6 CI: Fast multidimensional Interop tests (#1991)
* Test interop on changes

* Add pull request event

* Nits

* Rm un-needed default

* Use build tag

* Point to master for interop-test

* Point to master for interop-test

* Go mod tidy
2023-01-13 13:50:44 -08:00

10 lines
229 B
Makefile

all: ping-image.tar
ping-image.tar: PingDockerfile go.mod go.sum cmd/ping/
cd .. && docker build -t go-libp2p-head -f test-plans/PingDockerfile .
docker image save -o $@ go-libp2p-head
.PHONY: clean
clean:
rm ping-image.tar