We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10da74a + 4bc8637 commit 7b0b628Copy full SHA for 7b0b628
Makefile
@@ -59,7 +59,7 @@ unittest: runcimage
59
localunittest: all
60
go test -timeout 3m -tags "$(BUILDTAGS)" ${TESTFLAGS} -v ./...
61
62
-integration: runctestimage
+integration: runcimage
63
docker run -e TESTFLAGS -t --privileged --rm -v $(CURDIR):/go/src/$(PROJECT) $(RUNC_IMAGE) make localintegration
64
65
localintegration: all
0 commit comments