Skip to content

Commit e33beb2

Browse files
committed
docs(gtest): #24: remove instructions for running a project without tests
1 parent 2edf28d commit e33beb2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ To run tests, go to the `build/Debug` directory, and then run the `ctest` comman
5555
Alternatively, use the CMake Tools Extension in VS Code. To do this, open the CMake Tools Extension and click `Test`, after configuring and building the project.
5656
<p style="text-align: center;"><img src="docs/images/cmakeTests.png" alt="cmakeTests" width="400"/></p>
5757

58-
### How to run an application build without tests
59-
60-
To build the project without building the tests, run the command `SKIPTESTS=TRUE conan build . --build=missing`. During the build process, you will see the line `UNIT TESTS DISABLED` in the logs.
61-
6258
## Working with ORM+Migration.
6359

6460
### ORM:

0 commit comments

Comments
 (0)