Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ cd integration-tests # This must be done — it's a separate Go module
go test -v -timeout 5m -run "Test_CCIPTopologies_EVM2EVM_RoleDON_AllSupportSource_SomeSupportDest" ./...
```

You can now make changes changes in your localhost and run tests on docker using:
You can now make changes in your localhost and run tests on docker using:
```bash
# copy the changes to docker (localhost)
docker exec amd64-ubuntu rm -rf /app && docker cp ./chainlink amd64-ubuntu:/app
Expand Down