Skip to content

Commit 541775c

Browse files
Readme.
1 parent b036827 commit 541775c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Core.Arango.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{13D67C1C-3066-4412-A1F6-9C9AD13B7C81}"
1111
ProjectSection(SolutionItems) = preProject
1212
.editorconfig = .editorconfig
13+
README.md = README.md
1314
EndProjectSection
1415
EndProject
1516
Global

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,3 +667,12 @@ await Arango.Backup.RestoreAsync(backup.Id);
667667

668668
await Arango.Backup.DeleteAsync(backup.Id);
669669
```
670+
671+
# Building and Testing
672+
## Build
673+
- Clone the repository.
674+
- Run `dotnet build` to build the solution, or use your preferred IDE to build the solution.
675+
676+
## Testing
677+
- Install [Docker Desktop](https://www.docker.com/products/docker-desktop/), this is required to run the integration tests via TestContainers.
678+
- Run `dotnet test` to run the tests, or use your preferred IDE to run the tests.

0 commit comments

Comments
 (0)