We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this error when running
make test-milestone2
Sending build context to Docker daemon 11.93MB Step 1/4 : FROM golang:1.18 ---> c37a56a6d654 Step 2/4 : COPY . /go-substrate-rpc-client/events-parsing-v2/milestone-2 ---> Using cache ---> 2d065b641592 Step 3/4 : WORKDIR /go-substrate-rpc-client/events-parsing-v2/milestone-2 ---> Using cache ---> e0176a722c78 Step 4/4 : CMD go test -v ./registry/... --cover ---> Using cache ---> 468646c41773 Successfully built 468646c41773 Successfully tagged gsrpc-m2:latest docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "--name": executable file not found in $PATH: unknown. make: *** [Makefile:51: test-milestone2] Error 127
The text was updated successfully, but these errors were encountered:
fixed
Sorry, something went wrong.
No branches or pull requests
Getting this error when running
The text was updated successfully, but these errors were encountered: