Skip to content

Commit a050e3d

Browse files
author
Simon Curtis
committed
Running tests in pipeline now
1 parent 62be04d commit a050e3d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
working-directory: ./Clap.Net
2525
run: dotnet restore
2626

27+
# -------------------------------------------------
28+
# Run all tests in the solution (Release config)
29+
# -------------------------------------------------
30+
- name: Run Tests
31+
working-directory: ./Clap.Net
32+
run: dotnet test --configuration Release --no-restore --verbosity normal
33+
2734
# Generate version string (0.1.<run_number>-beta)
2835
- name: Set version number
2936
id: version

0 commit comments

Comments
 (0)