Skip to content

Commit f211f55

Browse files
committed
delete Dockerfile for testing purposes
We have a pipeline in place to verify pull requests, and all users have the ability to run the tests on their local machines.
1 parent 15811e4 commit f211f55

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,6 @@ The go-coap provides servers and clients for DTLS, TCP-TLS, UDP, TCP in golang l
128128

129129
[Client](examples/mcast/client/main.go) example.
130130

131-
## Contributing
132-
133-
In order to run the tests that the CI will run locally, the following two commands can be used to build the Docker image and run the tests. When making changes, these are the tests that the CI will run, so please make sure that the tests work locally before committing.
134-
135-
```shell
136-
docker build . --network=host -t go-coap:build --target build
137-
docker run --mount type=bind,source="$(pwd)",target=/shared,readonly --network=host go-coap:build go test './...'
138-
```
139-
140131
## License
141132

142133
Apache 2.0

0 commit comments

Comments
 (0)