Skip to content

Commit 221d014

Browse files
authored
Add comments to the tests (#43)
1 parent 269788d commit 221d014

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/main_build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ jobs:
2323
run: msbuild /t:restore ${{ env.SOLUTION_PATH }}
2424

2525
- name: Build
26-
run: msbuild /p:Configuration=Release /p:Platform="Any CPU" ${{ env.SOLUTION_PATH }}/Diol.sln
27-
28-
- name: Run Unit Tests
29-
run: |
30-
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" ${{ env.TEST_PROJECT_PATH }}
26+
run: msbuild /p:Configuration=Release /p:Platform="Any CPU" ${{ env.SOLUTION_PATH }}/Diol.sln

source/Diol/tests/unit/Diol.Tests.Units/SqlQueryParserTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
namespace Units;
55

6+
/// <summary>
7+
/// Test class for SqlQueryParser.
8+
/// </summary>
69
[TestClass]
710
public class SqlQueryParserTest
811
{

0 commit comments

Comments
 (0)