We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62be04d commit a050e3dCopy full SHA for a050e3d
.github/workflows/main.yml
@@ -24,6 +24,13 @@ jobs:
24
working-directory: ./Clap.Net
25
run: dotnet restore
26
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
+
34
# Generate version string (0.1.<run_number>-beta)
35
- name: Set version number
36
id: version
0 commit comments